#D95B8D

Color #D95B8D Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #D95B8D

Tints of Dark Pink #D95B8D

Color information

#D95B8D (or 0xD95B8D) is unknown color: approx 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

RGB21791141-
CMYK00.580.350.15
HSL336.19º62.38%60.39%-
HSV(B)336.19º58.06%85.1%-
XYZ37.1624.1627.9-
YUV134.37131.74186.93-

RGB Variations

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

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.40%
R=48.33%
G=20.27%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179114100.580.350.15336.1962.3860.39
HexD95B8D03A23F1503e3c
Octal33113321507243175207674
Binary1101100110110111000110101110101000111111101010000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>