Html Css Color HEX #D95987 Dark Pink

📋 copy color: '#D95987'

red 217 ◦ green 89 ◦ blue 135

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

Shades of Dark Pink #D95987

Tints of Dark Pink #D95987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.61%

R = 49.21%
G = 20.18%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D95987 (or 0xD95987) is known color: Dark Pink. HEX triplet: D9, 59 and 87. RGB value is (217,89,135). Sum of RGB (Red+Green+Blue) = 217+89+135=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D95987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95987 is #26A678. Grayscale: #848484. Windows color (decimal): -2532985 or 8870361. OLE color: 8870361.

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

Color convert

RGB 217 89 135 -
CMYK 0 0.59 0.38 0.15
HSL 338.44º 0.63% 0.6% -
HSV(B) 338.44º 0.59% 0.85% -
XYZ 36.56 23.65 25.56 -
YUV 132.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 217 89 135 0 0.59 0.38 0.15 338.44 0.63 0.6
Hex D9 59 87 0 3B 26 F 152 3F 3C
Octal 331 131 207 0 73 46 17 522 77 74
Binary 11011001 1011001 10000111 0 111011 100110 1111 101010010 111111 111100

Color Harmonies of #D95987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95987

Black with #D95987

Text Example


Text Example

White with #D95987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95987; }

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

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

background-color css

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

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

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

border-color css

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

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

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