#D64A79

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

Shades of Cranberry #D64A79

Tints of Cranberry #D64A79

Color information

#D64A79 (or 0xD64A79) is unknown color: approx Cranberry. HEX triplet: D6, 4A and 79. RGB value is (214,74,121). Sum of RGB (Red+Green+Blue) = 214+74+121=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A79 is #29B586. Grayscale: #797979. Windows color (decimal): -2733447 or 7949014. OLE color: 7949014.

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

Color convert

RGB21474121-
CMYK00.650.430.16
HSL339.86º63.06%56.47%-
HSV(B)339.86º65.42%83.92%-
XYZ33.6320.5720.29-
YUV121.22127.88194.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 74 (29.30% from 255) = 18.09%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=52.32%
G=18.09%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147412100.650.430.16339.8663.0656.47
HexD64A790412B101543f38
Octal326112171010153205247770
Binary11010110100101011110010100000110101110000101010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64A79; }

 p { color: rgb(214,74,121); }

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

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

 a { background-color: rgb(214,74,121); }

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

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

 span { border-color: rgb(214,74,121); }

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