#DF9FBE

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

Shades of Shocking #DF9FBE

Tints of Shocking #DF9FBE

Color information

#DF9FBE (or 0xDF9FBE) is unknown color: approx Shocking. HEX triplet: DF, 9F and BE. RGB value is (223,159,190). Sum of RGB (Red+Green+Blue) = 223+159+190=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FBE is #206041. Grayscale: #B5B5B5. Windows color (decimal): -2121794 or 12492767. OLE color: 12492767.

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

Color convert

RGB223159190-
CMYK00.290.150.13
HSL330.94º50%74.9%-
HSV(B)330.94º28.7%87.45%-
XYZ52.1244.254.5-
YUV181.67132.7157.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=38.99%
G=27.80%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315919000.290.150.13330.945074.9
HexDF9FBE01DFD14b324b
Octal337237276035171551362113
Binary110111111001111110111110011101111111011010010111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FBE; }

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

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

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

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

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

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

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

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