#DF17C0

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

Shades of Shocking Pink #DF17C0

Tints of Shocking Pink #DF17C0

Color information

#DF17C0 (or 0xDF17C0) is unknown color: approx Shocking Pink. HEX triplet: DF, 17 and C0. RGB value is (223,23,192). Sum of RGB (Red+Green+Blue) = 223+23+192=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17C0 is #20E83F. Grayscale: #656565. Windows color (decimal): -2156608 or 12589023. OLE color: 12589023.

HSL color Cylindrical-coordinate representation of color #DF17C0: hue angle of 309.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF17C0 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB22323192-
CMYK00.900.140.13
HSL309.3º81.3%48.24%-
HSV(B)309.3º89.69%87.45%-
XYZ40.2520.1151.63-
YUV102.07178.76214.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.91%
GREEN value IS 23 (9.38% from 255) = 5.25%
BLUE value IS 192 (75.39% from 255) = 43.84%
R=50.91%
G=5.25%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232319200.900.140.13309.381.348.24
HexDF17C005AED1355130
Octal337273000132161546512160
Binary11011111101111100000001011010111011011001101011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF17C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF17C0; }

 p { color: rgb(223,23,192); }

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

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

 a { background-color: rgb(223,23,192); }

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

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

 span { border-color: rgb(223,23,192); }

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