#D99FC6

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

Shades of Shocking #D99FC6

Tints of Shocking #D99FC6

Color information

#D99FC6 (or 0xD99FC6) is unknown color: approx Shocking. HEX triplet: D9, 9F and C6. RGB value is (217,159,198). Sum of RGB (Red+Green+Blue) = 217+159+198=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FC6 is #266039. Grayscale: #B4B4B4. Windows color (decimal): -2515002 or 13017049. OLE color: 13017049.

HSL color Cylindrical-coordinate representation of color #D99FC6: hue angle of 319.66º degrees, saturation: 0.43, 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 #D99FC6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217159198-
CMYK00.270.090.15
HSL319.66º43.28%73.73%-
HSV(B)319.66º26.73%85.1%-
XYZ51.2143.6359.15-
YUV180.79137.72153.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=37.80%
G=27.70%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715919800.270.090.15319.6643.2873.73
HexD99FC601B9F1402b4a
Octal331237306033111750053112
Binary110110011001111111000110011011100111111010000001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FC6; }

 p { color: rgb(217,159,198); }

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

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

 a { background-color: rgb(217,159,198); }

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

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

 span { border-color: rgb(217,159,198); }

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