#DF20B6

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

Shades of Shocking Pink #DF20B6

Tints of Shocking Pink #DF20B6

Color information

#DF20B6 (or 0xDF20B6) is unknown color: approx Shocking Pink. HEX triplet: DF, 20 and B6. RGB value is (223,32,182). Sum of RGB (Red+Green+Blue) = 223+32+182=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20B6 is #20DF49. Grayscale: #696969. Windows color (decimal): -2154314 or 11935967. OLE color: 11935967.

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

Color convert

RGB22332182-
CMYK00.860.180.13
HSL312.88º74.9%50%-
HSV(B)312.88º85.65%87.45%-
XYZ39.3920.146.06-
YUV106.21170.78211.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.03%
GREEN value IS 32 (12.89% from 255) = 7.32%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=51.03%
G=7.32%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233218200.860.180.13312.8874.950
HexDF20B605612D1394b32
Octal337402660126221547111362
Binary1101111110000010110110010101101001011011001110011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF20B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF20B6; }

 p { color: rgb(223,32,182); }

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

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

 a { background-color: rgb(223,32,182); }

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

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

 span { border-color: rgb(223,32,182); }

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