#D9476E

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

Shades of Cranberry #D9476E

Tints of Cranberry #D9476E

Color information

#D9476E (or 0xD9476E) is unknown color: approx Cranberry. HEX triplet: D9, 47 and 6E. RGB value is (217,71,110). Sum of RGB (Red+Green+Blue) = 217+71+110=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9476E is #26B891. Grayscale: #777777. Windows color (decimal): -2537618 or 7227353. OLE color: 7227353.

HSL color Cylindrical-coordinate representation of color #D9476E: hue angle of 343.97º 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 #D9476E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21771110-
CMYK00.670.490.15
HSL343.97º65.77%56.47%-
HSV(B)343.97º67.28%85.1%-
XYZ33.6820.3816.91-
YUV119.1122.87197.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.52%
GREEN value IS 71 (28.12% from 255) = 17.84%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=54.52%
G=17.84%
B=27.64%

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
Decimal2177111000.670.490.15343.9765.7756.47
HexD9476E04331F1584238
Octal3311071560103611753010270
Binary11011001100011111011100100001111000111111010110001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9476E; }

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

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

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

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

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

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

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

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