#D85975

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

Shades of Cranberry #D85975

Tints of Cranberry #D85975

Color information

#D85975 (or 0xD85975) is unknown color: approx Cranberry. HEX triplet: D8, 59 and 75. RGB value is (216,89,117). Sum of RGB (Red+Green+Blue) = 216+89+117=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D85975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85975 is #27A68A. Grayscale: #828282. Windows color (decimal): -2598539 or 7690712. OLE color: 7690712.

HSL color Cylindrical-coordinate representation of color #D85975: hue angle of 346.77º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85975 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21689117-
CMYK00.590.460.15
HSL346.77º61.95%59.8%-
HSV(B)346.77º58.8%84.71%-
XYZ35.123.0319.42-
YUV130.16120.58189.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.18%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=51.18%
G=21.09%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168911700.590.460.15346.7761.9559.8
HexD8597503B2EF15b3e3c
Octal33013116507356175337674
Binary110110001011001111010101110111011101111101011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85975; }

 p { color: rgb(216,89,117); }

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

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

 a { background-color: rgb(216,89,117); }

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

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

 span { border-color: rgb(216,89,117); }

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