#D95D89

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

Shades of Dark Pink #D95D89

Tints of Dark Pink #D95D89

Color information

#D95D89 (or 0xD95D89) is unknown color: approx Dark Pink. HEX triplet: D9, 5D and 89. RGB value is (217,93,137). Sum of RGB (Red+Green+Blue) = 217+93+137=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D89 is #26A276. Grayscale: #878787. Windows color (decimal): -2531959 or 9002457. OLE color: 9002457.

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

Color convert

RGB21793137-
CMYK00.570.370.15
HSL338.71º62%60.78%-
HSV(B)338.71º57.14%85.1%-
XYZ37.0424.3926.42-
YUV135.09129.08186.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 137 (53.91% from 255) = 30.65%
R=48.55%
G=20.81%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179313700.570.370.15338.716260.78
HexD95D8903925F1533e3d
Octal33113521107145175237675
Binary1101100110111011000100101110011001011111101010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D89; }

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

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

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

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

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

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

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

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