#D85984

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

Shades of Cranberry #D85984

Tints of Cranberry #D85984

Color information

#D85984 (or 0xD85984) is unknown color: approx Cranberry. HEX triplet: D8, 59 and 84. RGB value is (216,89,132). Sum of RGB (Red+Green+Blue) = 216+89+132=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D85984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85984 is #27A67B. Grayscale: #838383. Windows color (decimal): -2598524 or 8673752. OLE color: 8673752.

HSL color Cylindrical-coordinate representation of color #D85984: hue angle of 339.69º 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 #D85984 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB21689132-
CMYK00.590.390.15
HSL339.69º61.95%59.8%-
HSV(B)339.69º58.8%84.71%-
XYZ36.0623.4124.45-
YUV131.88128.08188-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.43%
GREEN value IS 89 (35.16% from 255) = 20.37%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=49.43%
G=20.37%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168913200.590.390.15339.6961.9559.8
HexD8598403B27F1543e3c
Octal33013120407347175247674
Binary1101100010110011000010001110111001111111101010100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85984; }

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

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

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

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

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

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

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

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