Html Css Color HEX #DC17BB Shocking Pink

📋 copy color: '#DC17BB'

red 220 ◦ green 23 ◦ blue 187

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

Shades of Shocking Pink #DC17BB

Tints of Shocking Pink #DC17BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 51.16%
G = 5.35%
B = 43.49%

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

#DC17BB (or 0xDC17BB) is known color: Shocking Pink. HEX triplet: DC, 17 and BB. RGB value is (220,23,187). Sum of RGB (Red+Green+Blue) = 220+23+187=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17BB is #23E844. Grayscale: #646464. Windows color (decimal): -2353221 or 12261340. OLE color: 12261340.

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

Color convert

RGB 220 23 187 -
CMYK 0 0.90 0.15 0.14
HSL 310.05º 0.81% 0.48% -
HSV(B) 310.05º 0.9% 0.86% -
XYZ 38.79 19.42 48.72 -
YUV 100.6 176.77 213.16 -
System Red Green Blue C M Y K H S L
Decimal 220 23 187 0 0.90 0.15 0.14 310.05 0.81 0.48
Hex DC 17 BB 0 5A F E 136 51 30
Octal 334 27 273 0 132 17 16 466 121 60
Binary 11011100 10111 10111011 0 1011010 1111 1110 100110110 1010001 110000

Color Harmonies of #DC17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17BB

Black with #DC17BB

Text Example


Text Example

White with #DC17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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