#D99DC7

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

Shades of Shocking #D99DC7

Tints of Shocking #D99DC7

Color information

#D99DC7 (or 0xD99DC7) is unknown color: approx Shocking. HEX triplet: D9, 9D and C7. RGB value is (217,157,199). Sum of RGB (Red+Green+Blue) = 217+157+199=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DC7 is #266238. Grayscale: #B3B3B3. Windows color (decimal): -2515513 or 13082073. OLE color: 13082073.

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

Color convert

RGB217157199-
CMYK00.280.080.15
HSL318º44.12%73.33%-
HSV(B)318º27.65%85.1%-
XYZ50.9842.9959.64-
YUV179.73138.88154.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=37.87%
G=27.40%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715719900.280.080.1531844.1273.33
HexD99DC701C8F13e2c49
Octal331235307034101747654111
Binary110110011001110111000111011100100011111001111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DC7; }

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

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

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

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

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

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

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

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