Html Css Color HEX #D95B8D Dark Pink

📋 copy color: '#D95B8D'

red 217 ◦ green 91 ◦ blue 141

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

Shades of Dark Pink #D95B8D

Tints of Dark Pink #D95B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 48.33%
G = 20.27%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D95B8D (or 0xD95B8D) is known color: Dark Pink. HEX triplet: D9, 5B and 8D. RGB value is (217,91,141). Sum of RGB (Red+Green+Blue) = 217+91+141=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95B8D is #26A472. Grayscale: #868686. Windows color (decimal): -2532467 or 9264089. OLE color: 9264089.

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

Color convert

RGB 217 91 141 -
CMYK 0 0.58 0.35 0.15
HSL 336.19º 0.62% 0.6% -
HSV(B) 336.19º 0.58% 0.85% -
XYZ 37.16 24.16 27.9 -
YUV 134.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 217 91 141 0 0.58 0.35 0.15 336.19 0.62 0.6
Hex D9 5B 8D 0 3A 23 F 150 3E 3C
Octal 331 133 215 0 72 43 17 520 76 74
Binary 11011001 1011011 10001101 0 111010 100011 1111 101010000 111110 111100

Color Harmonies of #D95B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95B8D

Black with #D95B8D

Text Example


Text Example

White with #D95B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95B8D; }

 p { color: rgb(217,91,141); }

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

background-color css

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

 a { background-color: rgb(217,91,141); }

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

border-color css

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

 span { border-color: rgb(217,91,141); }

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