#DE99CA

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

Shades of Shocking #DE99CA

Tints of Shocking #DE99CA

Color information

#DE99CA (or 0xDE99CA) is unknown color: approx Shocking. HEX triplet: DE, 99 and CA. RGB value is (222,153,202). Sum of RGB (Red+Green+Blue) = 222+153+202=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99CA is #216635. Grayscale: #B3B3B3. Windows color (decimal): -2188854 or 13277662. OLE color: 13277662.

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

Color convert

RGB222153202-
CMYK00.310.090.13
HSL317.39º51.11%73.53%-
HSV(B)317.39º31.08%87.06%-
XYZ52.1842.5861.35-
YUV179.22140.86158.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=38.47%
G=26.52%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215320200.310.090.13317.3951.1173.53
HexDE99CA01F9D13d334a
Octal336231312037111547563112
Binary110111101001100111001010011111100111011001111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99CA; }

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

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

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

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

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

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

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

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