#DE99C5

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

Shades of Shocking #DE99C5

Tints of Shocking #DE99C5

Color information

#DE99C5 (or 0xDE99C5) is unknown color: approx Shocking. HEX triplet: DE, 99 and C5. RGB value is (222,153,197). Sum of RGB (Red+Green+Blue) = 222+153+197=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99C5 is #21663A. Grayscale: #B2B2B2. Windows color (decimal): -2188859 or 12949982. OLE color: 12949982.

HSL color Cylindrical-coordinate representation of color #DE99C5: hue angle of 321.74º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE99C5 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222153197-
CMYK00.310.110.13
HSL321.74º51.11%73.53%-
HSV(B)321.74º31.08%87.06%-
XYZ51.5942.3458.28-
YUV178.65138.36158.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=38.81%
G=26.75%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215319700.310.110.13321.7451.1173.53
HexDE99C501FBD142334a
Octal336231305037131550263112
Binary110111101001100111000101011111101111011010000101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99C5; }

 p { color: rgb(222,153,197); }

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

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

 a { background-color: rgb(222,153,197); }

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

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

 span { border-color: rgb(222,153,197); }

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