Html Css Color HEX #D95986 Dark Pink

📋 copy color: '#D95986'

red 217 ◦ green 89 ◦ blue 134

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

Shades of Dark Pink #D95986

Tints of Dark Pink #D95986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.45%

R = 49.32%
G = 20.23%
B = 30.45%

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

#D95986 (or 0xD95986) is known color: Dark Pink. HEX triplet: D9, 59 and 86. RGB value is (217,89,134). Sum of RGB (Red+Green+Blue) = 217+89+134=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D95986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95986 is #26A679. Grayscale: #848484. Windows color (decimal): -2532986 or 8804825. OLE color: 8804825.

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

Color convert

RGB 217 89 134 -
CMYK 0 0.59 0.38 0.15
HSL 338.91º 0.63% 0.6% -
HSV(B) 338.91º 0.59% 0.85% -
XYZ 36.49 23.62 25.19 -
YUV 132.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 217 89 134 0 0.59 0.38 0.15 338.91 0.63 0.6
Hex D9 59 86 0 3B 26 F 153 3F 3C
Octal 331 131 206 0 73 46 17 523 77 74
Binary 11011001 1011001 10000110 0 111011 100110 1111 101010011 111111 111100

Color Harmonies of #D95986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95986

Black with #D95986

Text Example


Text Example

White with #D95986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95986; }

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

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

background-color css

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

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

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

border-color css

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

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

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