#d04876

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

Shades of Cranberry #D04876

Tints of Cranberry #D04876

Color information

#D04876 (or 0xD04876) is unknown color: approx Cranberry. HEX triplet: D0, 48 and 76. RGB value is (208,72,118). Sum of RGB (Red+Green+Blue) = 208+72+118=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D04876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04876 is #2FB789. Grayscale: #757575. Windows color (decimal): -3127178 or 7751888. OLE color: 7751888.

HSL color Cylindrical-coordinate representation of color #D04876: hue angle of 339.71º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04876 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB20872118-
CMYK00.650.430.18
HSL339.71º59.13%54.9%-
HSV(B)339.71º65.38%81.57%-
XYZ31.619.3519.21-
YUV117.91128.06192.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.26%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=52.26%
G=18.09%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087211800.650.430.18339.7159.1354.9
HexD048760412B121543b37
Octal320110166010153225247367
Binary11010000100100011101100100000110101110010101010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d04876; }

 p { color: rgb(208,72,118); }

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

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

 a { background-color: rgb(208,72,118); }

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

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

 span { border-color: rgb(208,72,118); }

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