Html Css Color HEX #DC17BA Shocking Pink

📋 copy color: '#DC17BA'

red 220 ◦ green 23 ◦ blue 186

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

Shades of Shocking Pink #DC17BA

Tints of Shocking Pink #DC17BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 51.28%
G = 5.36%
B = 43.36%

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

#DC17BA (or 0xDC17BA) is known color: Shocking Pink. HEX triplet: DC, 17 and BA. RGB value is (220,23,186). Sum of RGB (Red+Green+Blue) = 220+23+186=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17BA is #23E845. Grayscale: #646464. Windows color (decimal): -2353222 or 12195804. OLE color: 12195804.

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

Color convert

RGB 220 23 186 -
CMYK 0 0.90 0.15 0.14
HSL 310.36º 0.81% 0.48% -
HSV(B) 310.36º 0.9% 0.86% -
XYZ 38.68 19.37 48.15 -
YUV 100.49 176.27 213.25 -
System Red Green Blue C M Y K H S L
Decimal 220 23 186 0 0.90 0.15 0.14 310.36 0.81 0.48
Hex DC 17 BA 0 5A F E 136 51 30
Octal 334 27 272 0 132 17 16 466 121 60
Binary 11011100 10111 10111010 0 1011010 1111 1110 100110110 1010001 110000

Color Harmonies of #DC17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17BA

Black with #DC17BA

Text Example


Text Example

White with #DC17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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