Html Css Color HEX #DC13B9 Shocking Pink

📋 copy color: '#DC13B9'

red 220 ◦ green 19 ◦ blue 185

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

Shades of Shocking Pink #DC13B9

Tints of Shocking Pink #DC13B9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.48%

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 51.89%
G = 4.48%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC13B9 (or 0xDC13B9) is known color: Shocking Pink. HEX triplet: DC, 13 and B9. RGB value is (220,19,185). Sum of RGB (Red+Green+Blue) = 220+19+185=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13B9 is #23EC46. Grayscale: #616161. Windows color (decimal): -2354247 or 12129244. OLE color: 12129244.

HSL color Cylindrical-coordinate representation of color #DC13B9: hue angle of 310.45º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC13B9 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 185 -
CMYK 0 0.91 0.16 0.14
HSL 310.45º 0.84% 0.47% -
HSV(B) 310.45º 0.91% 0.86% -
XYZ 38.51 19.18 47.57 -
YUV 98.02 177.09 215 -
System Red Green Blue C M Y K H S L
Decimal 220 19 185 0 0.91 0.16 0.14 310.45 0.84 0.47
Hex DC 13 B9 0 5B 10 E 136 54 2F
Octal 334 23 271 0 133 20 16 466 124 57
Binary 11011100 10011 10111001 0 1011011 10000 1110 100110110 1010100 101111

Color Harmonies of #DC13B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13B9

Black with #DC13B9

Text Example


Text Example

White with #DC13B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13B9; }

 p { color: rgb(220,19,185); }

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

background-color css

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

 a { background-color: rgb(220,19,185); }

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

border-color css

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

 span { border-color: rgb(220,19,185); }

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