#DE99CC

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

Shades of Shocking #DE99CC

Tints of Shocking #DE99CC

Color information

#DE99CC (or 0xDE99CC) is unknown color: approx Shocking. HEX triplet: DE, 99 and CC. RGB value is (222,153,204). Sum of RGB (Red+Green+Blue) = 222+153+204=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99CC is #216633. Grayscale: #B3B3B3. Windows color (decimal): -2188852 or 13408734. OLE color: 13408734.

HSL color Cylindrical-coordinate representation of color #DE99CC: hue angle of 315.65º 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 #DE99CC is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222153204-
CMYK00.310.080.13
HSL315.65º51.11%73.53%-
HSV(B)315.65º31.08%87.06%-
XYZ52.4142.6762.6-
YUV179.44141.86158.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=38.34%
G=26.42%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215320400.310.080.13315.6551.1173.53
HexDE99CC01F8D13c334a
Octal336231314037101547463112
Binary110111101001100111001100011111100011011001111001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99CC; }

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

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

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

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

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

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

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

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