#D85889

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

Shades of Dark Pink #D85889

Tints of Dark Pink #D85889

Color information

#D85889 (or 0xD85889) is unknown color: approx Dark Pink. HEX triplet: D8, 58 and 89. RGB value is (216,88,137). Sum of RGB (Red+Green+Blue) = 216+88+137=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85889 is #27A776. Grayscale: #838383. Windows color (decimal): -2598775 or 9001176. OLE color: 9001176.

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

Color convert

RGB21688137-
CMYK00.590.370.15
HSL337.03º62.14%59.61%-
HSV(B)337.03º59.26%84.71%-
XYZ36.3223.3826.27-
YUV131.86130.91188.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=48.98%
G=19.95%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168813700.590.370.15337.0362.1459.61
HexD8588903B25F1513e3c
Octal33013021107345175217674
Binary1101100010110001000100101110111001011111101010001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85889; }

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

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

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

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

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

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

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

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