Html Css Color HEX #D95C87 Dark Pink

📋 copy color: '#D95C87'

red 217 ◦ green 92 ◦ blue 135

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

Shades of Dark Pink #D95C87

Tints of Dark Pink #D95C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

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

R = 48.87%
G = 20.72%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D95C87 (or 0xD95C87) is known color: Dark Pink. HEX triplet: D9, 5C and 87. RGB value is (217,92,135). Sum of RGB (Red+Green+Blue) = 217+92+135=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C87 is #26A378. Grayscale: #868686. Windows color (decimal): -2532217 or 8871129. OLE color: 8871129.

HSL color Cylindrical-coordinate representation of color #D95C87: hue angle of 339.36º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95C87 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 135 -
CMYK 0 0.58 0.38 0.15
HSL 339.36º 0.62% 0.61% -
HSV(B) 339.36º 0.58% 0.85% -
XYZ 36.82 24.16 25.64 -
YUV 134.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 217 92 135 0 0.58 0.38 0.15 339.36 0.62 0.61
Hex D9 5C 87 0 3A 26 F 153 3E 3D
Octal 331 134 207 0 72 46 17 523 76 75
Binary 11011001 1011100 10000111 0 111010 100110 1111 101010011 111110 111101

Color Harmonies of #D95C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C87

Black with #D95C87

Text Example


Text Example

White with #D95C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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