Html Css Color HEX #D95D88 Dark Pink

📋 copy color: '#D95D88'

red 217 ◦ green 93 ◦ blue 136

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

Shades of Dark Pink #D95D88

Tints of Dark Pink #D95D88

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.85%

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 48.65%
G = 20.85%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D95D88 (or 0xD95D88) is known color: Dark Pink. HEX triplet: D9, 5D and 88. RGB value is (217,93,136). Sum of RGB (Red+Green+Blue) = 217+93+136=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D88 is #26A277. Grayscale: #868686. Windows color (decimal): -2531960 or 8936921. OLE color: 8936921.

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

Color convert

RGB 217 93 136 -
CMYK 0 0.57 0.37 0.15
HSL 339.19º 0.62% 0.61% -
HSV(B) 339.19º 0.57% 0.85% -
XYZ 36.97 24.36 26.05 -
YUV 134.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 217 93 136 0 0.57 0.37 0.15 339.19 0.62 0.61
Hex D9 5D 88 0 39 25 F 153 3E 3D
Octal 331 135 210 0 71 45 17 523 76 75
Binary 11011001 1011101 10001000 0 111001 100101 1111 101010011 111110 111101

Color Harmonies of #D95D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D88

Black with #D95D88

Text Example


Text Example

White with #D95D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D88; }

 p { color: rgb(217,93,136); }

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

background-color css

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

 a { background-color: rgb(217,93,136); }

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

border-color css

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

 span { border-color: rgb(217,93,136); }

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