#DF0EB5

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

Shades of Shocking Pink #DF0EB5

Tints of Shocking Pink #DF0EB5

Color information

#DF0EB5 (or 0xDF0EB5) is unknown color: approx Shocking Pink. HEX triplet: DF, 0E and B5. RGB value is (223,14,181). Sum of RGB (Red+Green+Blue) = 223+14+181=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EB5 is #20F14A. Grayscale: #5F5F5F. Windows color (decimal): -2158923 or 11865823. OLE color: 11865823.

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

Color convert

RGB22314181-
CMYK00.940.190.13
HSL312.06º88.19%46.47%-
HSV(B)312.06º93.72%87.45%-
XYZ38.9319.3445.4-
YUV95.53176.24218.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 14 (5.86% from 255) = 3.35%
BLUE value IS 181 (71.09% from 255) = 43.30%
R=53.35%
G=3.35%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231418100.940.190.13312.0688.1946.47
HexDFEB505E13D138582e
Octal337162650136231547013056
Binary11011111111010110101010111101001111011001110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0EB5; }

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

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

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

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

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

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

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

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