#DE99C2

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

Shades of Shocking #DE99C2

Tints of Shocking #DE99C2

Color information

#DE99C2 (or 0xDE99C2) is unknown color: approx Shocking. HEX triplet: DE, 99 and C2. RGB value is (222,153,194). Sum of RGB (Red+Green+Blue) = 222+153+194=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99C2 is #21663D. Grayscale: #B2B2B2. Windows color (decimal): -2188862 or 12753374. OLE color: 12753374.

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

Color convert

RGB222153194-
CMYK00.310.130.13
HSL324.35º51.11%73.53%-
HSV(B)324.35º31.08%87.06%-
XYZ51.2542.2156.48-
YUV178.3136.86159.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 194 (76.17% from 255) = 34.09%
R=39.02%
G=26.89%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215319400.310.130.13324.3551.1173.53
HexDE99C201FDD144334a
Octal336231302037151550463112
Binary110111101001100111000010011111110111011010001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99C2; }

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

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

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

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

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

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

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

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