#D64895

Color #D64895 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D64895

Tints of Mulberry #D64895

Color information

#D64895 (or 0xD64895) is unknown color: approx Mulberry. HEX triplet: D6, 48 and 95. RGB value is (214,72,149). Sum of RGB (Red+Green+Blue) = 214+72+149=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D64895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64895 is #29B76A. Grayscale: #7B7B7B. Windows color (decimal): -2733931 or 9783510. OLE color: 9783510.

HSL color Cylindrical-coordinate representation of color #D64895: hue angle of 327.46º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64895 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21472149-
CMYK00.660.300.16
HSL327.46º63.39%56.08%-
HSV(B)327.46º66.36%83.92%-
XYZ35.4721.130.64-
YUV123.24142.54192.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=49.20%
G=16.55%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147214900.660.300.16327.4663.3956.08
HexD648950421E101473f38
Octal326110225010236205077770
Binary11010110100100010010101010000101111010000101000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64895; }

 p { color: rgb(214,72,149); }

 H1.HeaderClassName
 {
   color: #D64895;
 }
 .AnyTagClassName
 {
   color: #D64895;
 }
</style>
background-color css

<style>
 a { background-color: #D64895; }

 a { background-color: rgb(214,72,149); }

 div.DivClassName
 {
   background-color: #D64895;
 }
 .BgClassName
 {
   background-color: #D64895;
 }
</style>
border-color css

<style>
 span { border-color: #D64895; }

 span { border-color: rgb(214,72,149); }

 td.TdClassName
 {
   border-color: #D64895;
 }
 .TagClassName
 {
   border-color: #D64895;
 }
</style>