#DF93BB

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

Shades of Shocking #DF93BB

Tints of Shocking #DF93BB

Color information

#DF93BB (or 0xDF93BB) is unknown color: approx Shocking. HEX triplet: DF, 93 and BB. RGB value is (223,147,187). Sum of RGB (Red+Green+Blue) = 223+147+187=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93BB is #206C44. Grayscale: #AEAEAE. Windows color (decimal): -2124869 or 12293087. OLE color: 12293087.

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

Color convert

RGB223147187-
CMYK00.340.160.13
HSL328.42º54.29%72.55%-
HSV(B)328.42º34.08%87.45%-
XYZ49.8340.1452.14-
YUV174.28135.18162.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=40.04%
G=26.39%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314718700.340.160.13328.4254.2972.55
HexDF93BB02210D1483649
Octal337223273042201551066111
Binary11011111100100111011101101000101000011011010010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93BB; }

 p { color: rgb(223,147,187); }

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

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

 a { background-color: rgb(223,147,187); }

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

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

 span { border-color: rgb(223,147,187); }

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