#D99EC6

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

Shades of Shocking #D99EC6

Tints of Shocking #D99EC6

Color information

#D99EC6 (or 0xD99EC6) is unknown color: approx Shocking. HEX triplet: D9, 9E and C6. RGB value is (217,158,198). Sum of RGB (Red+Green+Blue) = 217+158+198=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EC6 is #266139. Grayscale: #B4B4B4. Windows color (decimal): -2515258 or 13016793. OLE color: 13016793.

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

Color convert

RGB217158198-
CMYK00.270.090.15
HSL319.32º43.7%73.53%-
HSV(B)319.32º27.19%85.1%-
XYZ51.0443.2859.09-
YUV180.2138.05154.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=37.87%
G=27.57%
B=34.55%

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
Decimal21715819800.270.090.15319.3243.773.53
HexD99EC601B9F13f2c4a
Octal331236306033111747754112
Binary110110011001111011000110011011100111111001111111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EC6; }

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

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

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

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

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

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

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

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