#D85588

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

Shades of Cranberry #D85588

Tints of Cranberry #D85588

Color information

#D85588 (or 0xD85588) is unknown color: approx Cranberry. HEX triplet: D8, 55 and 88. RGB value is (216,85,136). Sum of RGB (Red+Green+Blue) = 216+85+136=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D85588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85588 is #27AA77. Grayscale: #818181. Windows color (decimal): -2599544 or 8934872. OLE color: 8934872.

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

Color convert

RGB21685136-
CMYK00.610.370.15
HSL336.64º62.68%59.02%-
HSV(B)336.64º60.65%84.71%-
XYZ36.0122.8725.81-
YUV129.98131.4189.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.43%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=49.43%
G=19.45%
B=31.12%

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
Decimal2168513600.610.370.15336.6462.6859.02
HexD8558803D25F1513f3b
Octal33012521007545175217773
Binary1101100010101011000100001111011001011111101010001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85588; }

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

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

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

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

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

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

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

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