#DE99BD

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

Shades of Shocking #DE99BD

Tints of Shocking #DE99BD

Color information

#DE99BD (or 0xDE99BD) is unknown color: approx Shocking. HEX triplet: DE, 99 and BD. RGB value is (222,153,189). Sum of RGB (Red+Green+Blue) = 222+153+189=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99BD is #216642. Grayscale: #B1B1B1. Windows color (decimal): -2188867 or 12425694. OLE color: 12425694.

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

Color convert

RGB222153189-
CMYK00.310.150.13
HSL328.7º51.11%73.53%-
HSV(B)328.7º31.08%87.06%-
XYZ50.741.9953.58-
YUV177.74134.36159.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=39.36%
G=27.13%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215318900.310.150.13328.751.1173.53
HexDE99BD01FFD149334a
Octal336231275037171551163112
Binary110111101001100110111101011111111111011010010011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99BD; }

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

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

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

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

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

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

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

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