#DE9FBB

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

Shades of Shocking #DE9FBB

Tints of Shocking #DE9FBB

Color information

#DE9FBB (or 0xDE9FBB) is unknown color: approx Shocking. HEX triplet: DE, 9F and BB. RGB value is (222,159,187). Sum of RGB (Red+Green+Blue) = 222+159+187=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FBB is #216044. Grayscale: #B4B4B4. Windows color (decimal): -2187333 or 12296158. OLE color: 12296158.

HSL color Cylindrical-coordinate representation of color #DE9FBB: hue angle of 333.33º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FBB is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222159187-
CMYK00.280.160.13
HSL333.33º48.84%74.71%-
HSV(B)333.33º28.38%87.06%-
XYZ51.4943.9152.78-
YUV181.03131.37157.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=39.08%
G=27.99%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215918700.280.160.13333.3348.8474.71
HexDE9FBB01C10D14d314b
Octal336237273034201551561113
Binary1101111010011111101110110111001000011011010011011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FBB; }

 p { color: rgb(222,159,187); }

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

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

 a { background-color: rgb(222,159,187); }

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

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

 span { border-color: rgb(222,159,187); }

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