#D99EC5

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

Shades of Shocking #D99EC5

Tints of Shocking #D99EC5

Color information

#D99EC5 (or 0xD99EC5) is unknown color: approx Shocking. HEX triplet: D9, 9E and C5. RGB value is (217,158,197). Sum of RGB (Red+Green+Blue) = 217+158+197=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EC5 is #26613A. Grayscale: #B3B3B3. Windows color (decimal): -2515259 or 12951257. OLE color: 12951257.

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

Color convert

RGB217158197-
CMYK00.270.090.15
HSL320.34º43.7%73.53%-
HSV(B)320.34º27.19%85.1%-
XYZ50.9243.2458.49-
YUV180.09137.55154.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=37.94%
G=27.62%
B=34.44%

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
Decimal21715819700.270.090.15320.3443.773.53
HexD99EC501B9F1402c4a
Octal331236305033111750054112
Binary110110011001111011000101011011100111111010000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EC5; }

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

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

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

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

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

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

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

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