#df0eb3

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

Shades of Shocking Pink #DF0EB3

Tints of Shocking Pink #DF0EB3

Color information

#DF0EB3 (or 0xDF0EB3) is unknown color: approx Shocking Pink. HEX triplet: DF, 0E and B3. RGB value is (223,14,179). Sum of RGB (Red+Green+Blue) = 223+14+179=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EB3 is #20F14C. Grayscale: #5E5E5E. Windows color (decimal): -2158925 or 11734751. OLE color: 11734751.

HSL color Cylindrical-coordinate representation of color #DF0EB3: hue angle of 312.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EB3 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB22314179-
CMYK00.940.200.13
HSL312.63º88.19%46.47%-
HSV(B)312.63º93.72%87.45%-
XYZ38.7319.2644.32-
YUV95.3175.24219.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.61%
GREEN value IS 14 (5.86% from 255) = 3.37%
BLUE value IS 179 (70.31% from 255) = 43.03%
R=53.61%
G=3.37%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231417900.940.200.13312.6388.1946.47
HexDFEB305E14D139582e
Octal337162630136241547113056
Binary11011111111010110011010111101010011011001110011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0eb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0eb3; }

 p { color: rgb(223,14,179); }

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

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

 a { background-color: rgb(223,14,179); }

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

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

 span { border-color: rgb(223,14,179); }

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