#DE9FBE

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

Shades of Shocking #DE9FBE

Tints of Shocking #DE9FBE

Color information

#DE9FBE (or 0xDE9FBE) is unknown color: approx Shocking. HEX triplet: DE, 9F and BE. RGB value is (222,159,190). Sum of RGB (Red+Green+Blue) = 222+159+190=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FBE is #216041. Grayscale: #B5B5B5. Windows color (decimal): -2187330 or 12492766. OLE color: 12492766.

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

Color convert

RGB222159190-
CMYK00.280.140.13
HSL330.48º48.84%74.71%-
HSV(B)330.48º28.38%87.06%-
XYZ51.8244.0454.49-
YUV181.37132.87156.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=38.88%
G=27.85%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215919000.280.140.13330.4848.8474.71
HexDE9FBE01CED14a314b
Octal336237276034161551261113
Binary110111101001111110111110011100111011011010010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FBE; }

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

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

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

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

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

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

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

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