#D85589

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

Shades of Cranberry #D85589

Tints of Cranberry #D85589

Color information

#D85589 (or 0xD85589) is unknown color: approx Cranberry. HEX triplet: D8, 55 and 89. RGB value is (216,85,137). Sum of RGB (Red+Green+Blue) = 216+85+137=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D85589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85589 is #27AA76. Grayscale: #828282. Windows color (decimal): -2599543 or 9000408. OLE color: 9000408.

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

Color convert

RGB21685137-
CMYK00.610.370.15
HSL336.18º62.68%59.02%-
HSV(B)336.18º60.65%84.71%-
XYZ36.0822.926.19-
YUV130.1131.9189.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=49.32%
G=19.41%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168513700.610.370.15336.1862.6859.02
HexD8558903D25F1503f3b
Octal33012521107545175207773
Binary1101100010101011000100101111011001011111101010000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85589; }

 p { color: rgb(216,85,137); }

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

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

 a { background-color: rgb(216,85,137); }

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

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

 span { border-color: rgb(216,85,137); }

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