#DE99B7

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

Shades of Shocking #DE99B7

Tints of Shocking #DE99B7

Color information

#DE99B7 (or 0xDE99B7) is unknown color: approx Shocking. HEX triplet: DE, 99 and B7. RGB value is (222,153,183). Sum of RGB (Red+Green+Blue) = 222+153+183=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99B7 is #216648. Grayscale: #B1B1B1. Windows color (decimal): -2188873 or 12032478. OLE color: 12032478.

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

Color convert

RGB222153183-
CMYK00.310.180.13
HSL333.91º51.11%73.53%-
HSV(B)333.91º31.08%87.06%-
XYZ50.0641.7350.22-
YUV177.05131.36160.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=39.78%
G=27.42%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215318300.310.180.13333.9151.1173.53
HexDE99B701F12D14e334a
Octal336231267037221551663112
Binary1101111010011001101101110111111001011011010011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99B7; }

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

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

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

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

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

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

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

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