#D94C78

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

Shades of Cranberry #D94C78

Tints of Cranberry #D94C78

Color information

#D94C78 (or 0xD94C78) is unknown color: approx Cranberry. HEX triplet: D9, 4C and 78. RGB value is (217,76,120). Sum of RGB (Red+Green+Blue) = 217+76+120=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C78 is #26B387. Grayscale: #7B7B7B. Windows color (decimal): -2536328 or 7883993. OLE color: 7883993.

HSL color Cylindrical-coordinate representation of color #D94C78: hue angle of 341.28º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C78 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB21776120-
CMYK00.650.450.15
HSL341.28º64.98%57.45%-
HSV(B)341.28º64.98%85.1%-
XYZ34.5921.2820.05-
YUV123.17126.21194.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=52.54%
G=18.40%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177612000.650.450.15341.2864.9857.45
HexD94C780412DF1554139
Octal3311141700101551752510171
Binary11011001100110011110000100000110110111111010101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94C78; }

 p { color: rgb(217,76,120); }

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

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

 a { background-color: rgb(217,76,120); }

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

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

 span { border-color: rgb(217,76,120); }

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