#D95079

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

Shades of Cranberry #D95079

Tints of Cranberry #D95079

Color information

#D95079 (or 0xD95079) is unknown color: approx Cranberry. HEX triplet: D9, 50 and 79. RGB value is (217,80,121). Sum of RGB (Red+Green+Blue) = 217+80+121=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D95079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95079 is #26AF86. Grayscale: #7D7D7D. Windows color (decimal): -2535303 or 7950553. OLE color: 7950553.

HSL color Cylindrical-coordinate representation of color #D95079: hue angle of 342.04º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95079 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB21780121-
CMYK00.630.440.15
HSL342.04º64.32%58.24%-
HSV(B)342.04º63.13%85.1%-
XYZ34.9421.8720.47-
YUV125.64125.39193.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.91%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=51.91%
G=19.14%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178012100.630.440.15342.0464.3258.24
HexD9507903F2CF156403a
Octal331120171077541752610072
Binary1101100110100001111001011111110110011111010101101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95079; }

 p { color: rgb(217,80,121); }

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

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

 a { background-color: rgb(217,80,121); }

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

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

 span { border-color: rgb(217,80,121); }

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