#D9588A

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

Shades of Dark Pink #D9588A

Tints of Dark Pink #D9588A

Color information

#D9588A (or 0xD9588A) is unknown color: approx Dark Pink. HEX triplet: D9, 58 and 8A. RGB value is (217,88,138). Sum of RGB (Red+Green+Blue) = 217+88+138=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9588A is #26A775. Grayscale: #848484. Windows color (decimal): -2533238 or 9066713. OLE color: 9066713.

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

Color convert

RGB21788138-
CMYK00.590.360.15
HSL336.74º62.93%59.8%-
HSV(B)336.74º59.45%85.1%-
XYZ36.6923.5726.66-
YUV132.27131.24188.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=48.98%
G=19.86%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178813800.590.360.15336.7462.9359.8
HexD9588A03B24F1513f3c
Octal33113021207344175217774
Binary1101100110110001000101001110111001001111101010001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9588A; }

 p { color: rgb(217,88,138); }

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

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

 a { background-color: rgb(217,88,138); }

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

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

 span { border-color: rgb(217,88,138); }

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