#D99EB9

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

Shades of Shocking #D99EB9

Tints of Shocking #D99EB9

Color information

#D99EB9 (or 0xD99EB9) is unknown color: approx Shocking. HEX triplet: D9, 9E and B9. RGB value is (217,158,185). Sum of RGB (Red+Green+Blue) = 217+158+185=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EB9 is #266146. Grayscale: #B2B2B2. Windows color (decimal): -2515271 or 12164825. OLE color: 12164825.

HSL color Cylindrical-coordinate representation of color #D99EB9: hue angle of 332.54º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EB9 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB217158185-
CMYK00.270.150.15
HSL332.54º43.7%73.53%-
HSV(B)332.54º27.19%85.1%-
XYZ49.642.7151.53-
YUV178.72131.55155.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=38.75%
G=28.21%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715818500.270.150.15332.5443.773.53
HexD99EB901BFF14d2c4a
Octal331236271033171751554112
Binary110110011001111010111001011011111111111010011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EB9; }

 p { color: rgb(217,158,185); }

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

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

 a { background-color: rgb(217,158,185); }

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

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

 span { border-color: rgb(217,158,185); }

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