#D9588D

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

Shades of Dark Pink #D9588D

Tints of Dark Pink #D9588D

Color information

#D9588D (or 0xD9588D) is unknown color: approx Dark Pink. HEX triplet: D9, 58 and 8D. RGB value is (217,88,141). Sum of RGB (Red+Green+Blue) = 217+88+141=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9588D is #26A772. Grayscale: #848484. Windows color (decimal): -2533235 or 9263321. OLE color: 9263321.

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

Color convert

RGB21788141-
CMYK00.590.350.15
HSL335.35º62.93%59.8%-
HSV(B)335.35º59.45%85.1%-
XYZ36.9123.6527.82-
YUV132.61132.74188.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.65%
GREEN value IS 88 (34.77% from 255) = 19.73%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=48.65%
G=19.73%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178814100.590.350.15335.3562.9359.8
HexD9588D03B23F14f3f3c
Octal33113021507343175177774
Binary1101100110110001000110101110111000111111101001111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9588D; }

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

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

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

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

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

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

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

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