#D94A74

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

Shades of Cranberry #D94A74

Tints of Cranberry #D94A74

Color information

#D94A74 (or 0xD94A74) is unknown color: approx Cranberry. HEX triplet: D9, 4A and 74. RGB value is (217,74,116). Sum of RGB (Red+Green+Blue) = 217+74+116=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A74 is #26B58B. Grayscale: #797979. Windows color (decimal): -2536844 or 7621337. OLE color: 7621337.

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

Color convert

RGB21774116-
CMYK00.660.470.15
HSL342.38º65.3%57.06%-
HSV(B)342.38º65.9%85.1%-
XYZ34.2220.9118.76-
YUV121.54124.88196.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.32%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=53.32%
G=18.18%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177411600.660.470.15342.3865.357.06
HexD94A740422FF1564139
Octal3311121640102571752610171
Binary11011001100101011101000100001010111111111010101101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A74; }

 p { color: rgb(217,74,116); }

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

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

 a { background-color: rgb(217,74,116); }

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

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

 span { border-color: rgb(217,74,116); }

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