#de99b9

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

Shades of Shocking #DE99B9

Tints of Shocking #DE99B9

Color information

#DE99B9 (or 0xDE99B9) is unknown color: approx Shocking. HEX triplet: DE, 99 and B9. RGB value is (222,153,185). Sum of RGB (Red+Green+Blue) = 222+153+185=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99B9 is #216646. Grayscale: #B1B1B1. Windows color (decimal): -2188871 or 12163550. OLE color: 12163550.

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

Color convert

RGB222153185-
CMYK00.310.170.13
HSL332.17º51.11%73.53%-
HSV(B)332.17º31.08%87.06%-
XYZ50.2741.8151.32-
YUV177.28132.36159.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=39.64%
G=27.32%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215318500.310.170.13332.1751.1173.53
HexDE99B901F11D14c334a
Octal336231271037211551463112
Binary1101111010011001101110010111111000111011010011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de99b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de99b9; }

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

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

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

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

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

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

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

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