#D95A88

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

Shades of Dark Pink #D95A88

Tints of Dark Pink #D95A88

Color information

#D95A88 (or 0xD95A88) is unknown color: approx Dark Pink. HEX triplet: D9, 5A and 88. RGB value is (217,90,136). Sum of RGB (Red+Green+Blue) = 217+90+136=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A88 is #26A577. Grayscale: #858585. Windows color (decimal): -2532728 or 8936153. OLE color: 8936153.

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

Color convert

RGB21790136-
CMYK00.590.370.15
HSL338.27º62.56%60.2%-
HSV(B)338.27º58.53%85.1%-
XYZ36.7223.8425.96-
YUV133.22129.58187.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=48.98%
G=20.32%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179013600.590.370.15338.2762.5660.2
HexD95A8803B25F1523f3c
Octal33113221007345175227774
Binary1101100110110101000100001110111001011111101010010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A88; }

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

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

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

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

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

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

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

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