Html Css Color HEX #D9588A Dark Pink

📋 copy color: '#D9588A'

red 217 ◦ green 88 ◦ blue 138

#D9588A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #D9588A

Tints of Dark Pink #D9588A

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.3% from 255) = 31.15%

R = 48.98%
G = 19.86%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9588A (or 0xD9588A) is known color: 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

RGB 217 88 138 -
CMYK 0 0.59 0.36 0.15
HSL 336.74º 0.63% 0.6% -
HSV(B) 336.74º 0.59% 0.85% -
XYZ 36.69 23.57 26.66 -
YUV 132.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 217 88 138 0 0.59 0.36 0.15 336.74 0.63 0.6
Hex D9 58 8A 0 3B 24 F 151 3F 3C
Octal 331 130 212 0 73 44 17 521 77 74
Binary 11011001 1011000 10001010 0 111011 100100 1111 101010001 111111 111100

Color Harmonies of #D9588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9588A

Black with #D9588A

Text Example


Text Example

White with #D9588A

Text Example


Text Example

HTML Codes & Css Web 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>