#D9476F

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

Shades of Cranberry #D9476F

Tints of Cranberry #D9476F

Color information

#D9476F (or 0xD9476F) is unknown color: approx Cranberry. HEX triplet: D9, 47 and 6F. RGB value is (217,71,111). Sum of RGB (Red+Green+Blue) = 217+71+111=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9476F is #26B890. Grayscale: #777777. Windows color (decimal): -2537617 or 7292889. OLE color: 7292889.

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

Color convert

RGB21771111-
CMYK00.670.490.15
HSL343.56º65.77%56.47%-
HSV(B)343.56º67.28%85.1%-
XYZ33.7420.4117.2-
YUV119.21123.37197.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=54.39%
G=17.79%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177111100.670.490.15343.5665.7756.47
HexD9476F04331F1584238
Octal3311071570103611753010270
Binary11011001100011111011110100001111000111111010110001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9476F; }

 p { color: rgb(217,71,111); }

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

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

 a { background-color: rgb(217,71,111); }

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

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

 span { border-color: rgb(217,71,111); }

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