Html Css Color HEX #DF17B5 Shocking Pink

📋 copy color: '#DF17B5'

red 223 ◦ green 23 ◦ blue 181

#DF17B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #DF17B5

Tints of Shocking Pink #DF17B5

RGB

 RED value IS 223 (87.5% from 255) = 52.22%

 GREEN value IS 23 (9.38% from 255) = 5.39%

 BLUE value IS 181 (71.09% from 255) = 42.39%

R = 52.22%
G = 5.39%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF17B5 (or 0xDF17B5) is known color: Shocking Pink. HEX triplet: DF, 17 and B5. RGB value is (223,23,181). Sum of RGB (Red+Green+Blue) = 223+23+181=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17B5 is #20E84A. Grayscale: #646464. Windows color (decimal): -2156619 or 11868127. OLE color: 11868127.

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

Color convert

RGB 223 23 181 -
CMYK 0 0.90 0.19 0.13
HSL 312.6º 0.81% 0.48% -
HSV(B) 312.6º 0.9% 0.87% -
XYZ 39.08 19.64 45.45 -
YUV 100.81 173.26 215.15 -
System Red Green Blue C M Y K H S L
Decimal 223 23 181 0 0.90 0.19 0.13 312.6 0.81 0.48
Hex DF 17 B5 0 5A 13 D 139 51 30
Octal 337 27 265 0 132 23 15 471 121 60
Binary 11011111 10111 10110101 0 1011010 10011 1101 100111001 1010001 110000

Color Harmonies of #DF17B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF17B5

Black with #DF17B5

Text Example


Text Example

White with #DF17B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF17B5; }

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

 H1.HeaderClassName
 {
   color: #DF17B5;
 }
 .AnyTagClassName
 {
   color: #DF17B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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