Html Css Color HEX #D95887 Dark Pink

📋 copy color: '#D95887'

red 217 ◦ green 88 ◦ blue 135

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

Shades of Dark Pink #D95887

Tints of Dark Pink #D95887

RGB

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

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

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

R = 49.32%
G = 20%
B = 30.68%

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

#D95887 (or 0xD95887) is known color: Dark Pink. HEX triplet: D9, 58 and 87. RGB value is (217,88,135). Sum of RGB (Red+Green+Blue) = 217+88+135=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D95887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95887 is #26A778. Grayscale: #838383. Windows color (decimal): -2533241 or 8870105. OLE color: 8870105.

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

Color convert

RGB 217 88 135 -
CMYK 0 0.59 0.38 0.15
HSL 338.14º 0.63% 0.6% -
HSV(B) 338.14º 0.59% 0.85% -
XYZ 36.48 23.48 25.53 -
YUV 131.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 217 88 135 0 0.59 0.38 0.15 338.14 0.63 0.6
Hex D9 58 87 0 3B 26 F 152 3F 3C
Octal 331 130 207 0 73 46 17 522 77 74
Binary 11011001 1011000 10000111 0 111011 100110 1111 101010010 111111 111100

Color Harmonies of #D95887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95887

Black with #D95887

Text Example


Text Example

White with #D95887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95887; }

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

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

background-color css

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

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

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

border-color css

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

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

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