#D05978

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

Shades of Cranberry #D05978

Tints of Cranberry #D05978

Color information

#D05978 (or 0xD05978) is unknown color: approx Cranberry. HEX triplet: D0, 59 and 78. RGB value is (208,89,120). Sum of RGB (Red+Green+Blue) = 208+89+120=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D05978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05978 is #2FA687. Grayscale: #808080. Windows color (decimal): -3122824 or 7887312. OLE color: 7887312.

HSL color Cylindrical-coordinate representation of color #D05978: hue angle of 344.37º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05978 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB20889120-
CMYK00.570.420.18
HSL344.37º55.87%58.24%-
HSV(B)344.37º57.21%81.57%-
XYZ32.9721.9120.26-
YUV128.12123.42184.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=49.88%
G=21.34%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088912000.570.420.18344.3755.8758.24
HexD059780392A12158383a
Octal32013117007152225307072
Binary1101000010110011111000011100110101010010101011000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05978; }

 p { color: rgb(208,89,120); }

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

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

 a { background-color: rgb(208,89,120); }

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

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

 span { border-color: rgb(208,89,120); }

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