#DE99C4

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

Shades of Shocking #DE99C4

Tints of Shocking #DE99C4

Color information

#DE99C4 (or 0xDE99C4) is unknown color: approx Shocking. HEX triplet: DE, 99 and C4. RGB value is (222,153,196). Sum of RGB (Red+Green+Blue) = 222+153+196=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99C4 is #21663B. Grayscale: #B2B2B2. Windows color (decimal): -2188860 or 12884446. OLE color: 12884446.

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

Color convert

RGB222153196-
CMYK00.310.120.13
HSL322.61º51.11%73.53%-
HSV(B)322.61º31.08%87.06%-
XYZ51.4842.357.68-
YUV178.53137.86159-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=38.88%
G=26.80%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215319600.310.120.13322.6151.1173.53
HexDE99C401FCD143334a
Octal336231304037141550363112
Binary110111101001100111000100011111110011011010000111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99C4; }

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

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

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

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

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

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

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

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