#D64F78

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

Shades of Cranberry #D64F78

Tints of Cranberry #D64F78

Color information

#D64F78 (or 0xD64F78) is unknown color: approx Cranberry. HEX triplet: D6, 4F and 78. RGB value is (214,79,120). Sum of RGB (Red+Green+Blue) = 214+79+120=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F78 is #29B087. Grayscale: #7C7C7C. Windows color (decimal): -2732168 or 7884758. OLE color: 7884758.

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

Color convert

RGB21479120-
CMYK00.630.440.16
HSL341.78º62.21%57.45%-
HSV(B)341.78º63.08%83.92%-
XYZ33.9221.2420.08-
YUV124.04125.73192.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.82%
GREEN value IS 79 (31.25% from 255) = 19.13%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=51.82%
G=19.13%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147912000.630.440.16341.7862.2157.45
HexD64F7803F2C101563e39
Octal32611717007754205267671
Binary1101011010011111111000011111110110010000101010110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F78; }

 p { color: rgb(214,79,120); }

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

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

 a { background-color: rgb(214,79,120); }

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

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

 span { border-color: rgb(214,79,120); }

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