#D99CC7

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

Shades of Shocking #D99CC7

Tints of Shocking #D99CC7

Color information

#D99CC7 (or 0xD99CC7) is unknown color: approx Shocking. HEX triplet: D9, 9C and C7. RGB value is (217,156,199). Sum of RGB (Red+Green+Blue) = 217+156+199=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CC7 is #266338. Grayscale: #B3B3B3. Windows color (decimal): -2515769 or 13081817. OLE color: 13081817.

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

Color convert

RGB217156199-
CMYK00.280.080.15
HSL317.7º44.53%73.14%-
HSV(B)317.7º28.11%85.1%-
XYZ50.8142.6559.59-
YUV179.14139.21155-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=37.94%
G=27.27%
B=34.79%

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
Decimal21715619900.280.080.15317.744.5373.14
HexD99CC701C8F13e2d49
Octal331234307034101747655111
Binary110110011001110011000111011100100011111001111101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CC7; }

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

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

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

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

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

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

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

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