#D85788

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

Shades of Cranberry #D85788

Tints of Cranberry #D85788

Color information

#D85788 (or 0xD85788) is unknown color: approx Cranberry. HEX triplet: D8, 57 and 88. RGB value is (216,87,136). Sum of RGB (Red+Green+Blue) = 216+87+136=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D85788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85788 is #27A877. Grayscale: #838383. Windows color (decimal): -2599032 or 8935384. OLE color: 8935384.

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

Color convert

RGB21687136-
CMYK00.600.370.15
HSL337.21º62.32%59.41%-
HSV(B)337.21º59.72%84.71%-
XYZ36.1723.1925.86-
YUV131.16130.74188.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 87 (34.38% from 255) = 19.82%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=49.20%
G=19.82%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168713600.600.370.15337.2162.3259.41
HexD8578803C25F1513e3b
Octal33012721007445175217673
Binary1101100010101111000100001111001001011111101010001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85788; }

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

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

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

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

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

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

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

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