#D99DBD

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

Shades of Shocking #D99DBD

Tints of Shocking #D99DBD

Color information

#D99DBD (or 0xD99DBD) is unknown color: approx Shocking. HEX triplet: D9, 9D and BD. RGB value is (217,157,189). Sum of RGB (Red+Green+Blue) = 217+157+189=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DBD is #266242. Grayscale: #B2B2B2. Windows color (decimal): -2515523 or 12426713. OLE color: 12426713.

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

Color convert

RGB217157189-
CMYK00.280.130.15
HSL328º44.12%73.33%-
HSV(B)328º27.65%85.1%-
XYZ49.8642.5453.73-
YUV178.59133.88155.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=38.54%
G=27.89%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715718900.280.130.1532844.1273.33
HexD99DBD01CDF1482c49
Octal331235275034151751054111
Binary110110011001110110111101011100110111111010010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DBD; }

 p { color: rgb(217,157,189); }

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

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

 a { background-color: rgb(217,157,189); }

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

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

 span { border-color: rgb(217,157,189); }

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