#D75879

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

Shades of Cranberry #D75879

Tints of Cranberry #D75879

Color information

#D75879 (or 0xD75879) is unknown color: approx Cranberry. HEX triplet: D7, 58 and 79. RGB value is (215,88,121). Sum of RGB (Red+Green+Blue) = 215+88+121=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D75879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75879 is #28A786. Grayscale: #818181. Windows color (decimal): -2664327 or 7952599. OLE color: 7952599.

HSL color Cylindrical-coordinate representation of color #D75879: hue angle of 344.41º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75879 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21588121-
CMYK00.590.440.16
HSL344.41º61.35%59.41%-
HSV(B)344.41º59.07%84.31%-
XYZ34.9722.8120.65-
YUV129.74123.08188.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.71%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=50.71%
G=20.75%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158812100.590.440.16344.4161.3559.41
HexD7587903B2C101583d3b
Octal32713017107354205307573
Binary1101011110110001111001011101110110010000101011000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75879; }

 p { color: rgb(215,88,121); }

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

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

 a { background-color: rgb(215,88,121); }

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

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

 span { border-color: rgb(215,88,121); }

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