#DF1BB7

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

Shades of Shocking Pink #DF1BB7

Tints of Shocking Pink #DF1BB7

Color information

#DF1BB7 (or 0xDF1BB7) is unknown color: approx Shocking Pink. HEX triplet: DF, 1B and B7. RGB value is (223,27,183). Sum of RGB (Red+Green+Blue) = 223+27+183=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1BB7 is #20E448. Grayscale: #666666. Windows color (decimal): -2155593 or 12000223. OLE color: 12000223.

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

Color convert

RGB22327183-
CMYK00.880.180.13
HSL312.24º78.4%49.02%-
HSV(B)312.24º87.89%87.45%-
XYZ39.3719.8946.56-
YUV103.39172.93213.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 27 (10.94% from 255) = 6.24%
BLUE value IS 183 (71.88% from 255) = 42.26%
R=51.50%
G=6.24%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232718300.880.180.13312.2478.449.02
HexDF1BB705812D1384e31
Octal337332670130221547011661
Binary110111111101110110111010110001001011011001110001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1BB7; }

 p { color: rgb(223,27,183); }

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

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

 a { background-color: rgb(223,27,183); }

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

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

 span { border-color: rgb(223,27,183); }

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