#D95A8D

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

Shades of Dark Pink #D95A8D

Tints of Dark Pink #D95A8D

Color information

#D95A8D (or 0xD95A8D) is unknown color: approx Dark Pink. HEX triplet: D9, 5A and 8D. RGB value is (217,90,141). Sum of RGB (Red+Green+Blue) = 217+90+141=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A8D is #26A572. Grayscale: #858585. Windows color (decimal): -2532723 or 9263833. OLE color: 9263833.

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

Color convert

RGB21790141-
CMYK00.590.350.15
HSL335.91º62.56%60.2%-
HSV(B)335.91º58.53%85.1%-
XYZ37.0823.9927.87-
YUV133.79132.08187.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=48.44%
G=20.09%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179014100.590.350.15335.9162.5660.2
HexD95A8D03B23F1503f3c
Octal33113221507343175207774
Binary1101100110110101000110101110111000111111101010000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A8D; }

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

 H1.HeaderClassName
 {
   color: #D95A8D;
 }
 .AnyTagClassName
 {
   color: #D95A8D;
 }
</style>
background-color css

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

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

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

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

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

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