Html Css Color HEX #DC17BC Shocking Pink

📋 copy color: '#DC17BC'

red 220 ◦ green 23 ◦ blue 188

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

Shades of Shocking Pink #DC17BC

Tints of Shocking Pink #DC17BC

RGB

 RED value IS 220 (86.33% from 255) = 51.04%

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 51.04%
G = 5.34%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC17BC (or 0xDC17BC) is known color: Shocking Pink. HEX triplet: DC, 17 and BC. RGB value is (220,23,188). Sum of RGB (Red+Green+Blue) = 220+23+188=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17BC is #23E843. Grayscale: #646464. Windows color (decimal): -2353220 or 12326876. OLE color: 12326876.

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

Color convert

RGB 220 23 188 -
CMYK 0 0.90 0.15 0.14
HSL 309.75º 0.81% 0.48% -
HSV(B) 309.75º 0.9% 0.86% -
XYZ 38.9 19.46 49.28 -
YUV 100.71 177.27 213.08 -
System Red Green Blue C M Y K H S L
Decimal 220 23 188 0 0.90 0.15 0.14 309.75 0.81 0.48
Hex DC 17 BC 0 5A F E 136 51 30
Octal 334 27 274 0 132 17 16 466 121 60
Binary 11011100 10111 10111100 0 1011010 1111 1110 100110110 1010001 110000

Color Harmonies of #DC17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17BC

Black with #DC17BC

Text Example


Text Example

White with #DC17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17BC; }

 p { color: rgb(220,23,188); }

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

background-color css

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

 a { background-color: rgb(220,23,188); }

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

border-color css

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

 span { border-color: rgb(220,23,188); }

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