#D95D8A

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

Shades of Dark Pink #D95D8A

Tints of Dark Pink #D95D8A

Color information

#D95D8A (or 0xD95D8A) is unknown color: approx Dark Pink. HEX triplet: D9, 5D and 8A. RGB value is (217,93,138). Sum of RGB (Red+Green+Blue) = 217+93+138=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D8A is #26A275. Grayscale: #878787. Windows color (decimal): -2531958 or 9067993. OLE color: 9067993.

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

Color convert

RGB21793138-
CMYK00.570.360.15
HSL338.23º62%60.78%-
HSV(B)338.23º57.14%85.1%-
XYZ37.1224.4226.8-
YUV135.21129.58186.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=48.44%
G=20.76%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179313800.570.360.15338.236260.78
HexD95D8A03924F1523e3d
Octal33113521207144175227675
Binary1101100110111011000101001110011001001111101010010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D8A; }

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

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

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

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

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

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

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

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