Html Css Color HEX #D9598E Dark Pink

📋 copy color: '#D9598E'

red 217 ◦ green 89 ◦ blue 142

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

Shades of Dark Pink #D9598E

Tints of Dark Pink #D9598E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 142 (55.86% from 255) = 31.7%

R = 48.44%
G = 19.87%
B = 31.7%

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

#D9598E (or 0xD9598E) is known color: Dark Pink. HEX triplet: D9, 59 and 8E. RGB value is (217,89,142). Sum of RGB (Red+Green+Blue) = 217+89+142=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9598E is #26A671. Grayscale: #858585. Windows color (decimal): -2532978 or 9329113. OLE color: 9329113.

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

Color convert

RGB 217 89 142 -
CMYK 0 0.59 0.35 0.15
HSL 335.16º 0.63% 0.6% -
HSV(B) 335.16º 0.59% 0.85% -
XYZ 37.07 23.85 28.24 -
YUV 133.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 217 89 142 0 0.59 0.35 0.15 335.16 0.63 0.6
Hex D9 59 8E 0 3B 23 F 14F 3F 3C
Octal 331 131 216 0 73 43 17 517 77 74
Binary 11011001 1011001 10001110 0 111011 100011 1111 101001111 111111 111100

Color Harmonies of #D9598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9598E

Black with #D9598E

Text Example


Text Example

White with #D9598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9598E; }

 p { color: rgb(217,89,142); }

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

background-color css

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

 a { background-color: rgb(217,89,142); }

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

border-color css

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

 span { border-color: rgb(217,89,142); }

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