#D99DB7

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

Shades of Shocking #D99DB7

Tints of Shocking #D99DB7

Color information

#D99DB7 (or 0xD99DB7) is unknown color: approx Shocking. HEX triplet: D9, 9D and B7. RGB value is (217,157,183). Sum of RGB (Red+Green+Blue) = 217+157+183=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DB7 is #266248. Grayscale: #B1B1B1. Windows color (decimal): -2515529 or 12033497. OLE color: 12033497.

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

Color convert

RGB217157183-
CMYK00.280.160.15
HSL334º44.12%73.33%-
HSV(B)334º27.65%85.1%-
XYZ49.2242.2850.37-
YUV177.9130.88155.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=38.96%
G=28.19%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715718300.280.160.1533444.1273.33
HexD99DB701C10F14e2c49
Octal331235267034201751654111
Binary1101100110011101101101110111001000011111010011101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DB7; }

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

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

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

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

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

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

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

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