Html Css Color HEX #D9588C Dark Pink

📋 copy color: '#D9588C'

red 217 ◦ green 88 ◦ blue 140

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

Shades of Dark Pink #D9588C

Tints of Dark Pink #D9588C

RGB

 RED value IS 217 (85.16% from 255) = 48.76%

 GREEN value IS 88 (34.77% from 255) = 19.78%

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 48.76%
G = 19.78%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9588C (or 0xD9588C) is known color: Dark Pink. HEX triplet: D9, 58 and 8C. RGB value is (217,88,140). Sum of RGB (Red+Green+Blue) = 217+88+140=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9588C is #26A773. Grayscale: #848484. Windows color (decimal): -2533236 or 9197785. OLE color: 9197785.

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

Color convert

RGB 217 88 140 -
CMYK 0 0.59 0.35 0.15
HSL 335.81º 0.63% 0.6% -
HSV(B) 335.81º 0.59% 0.85% -
XYZ 36.84 23.62 27.43 -
YUV 132.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 217 88 140 0 0.59 0.35 0.15 335.81 0.63 0.6
Hex D9 58 8C 0 3B 23 F 150 3F 3C
Octal 331 130 214 0 73 43 17 520 77 74
Binary 11011001 1011000 10001100 0 111011 100011 1111 101010000 111111 111100

Color Harmonies of #D9588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9588C

Black with #D9588C

Text Example


Text Example

White with #D9588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9588C; }

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

 H1.HeaderClassName
 {
   color: #D9588C;
 }
 .AnyTagClassName
 {
   color: #D9588C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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