Html Css Color HEX #DC13BB Deep Magenta

📋 copy color: '#DC13BB'

red 220 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #DC13BB

Tints of Deep Magenta #DC13BB

RGB

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

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

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

R = 51.64%
G = 4.46%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC13BB (or 0xDC13BB) is known color: Deep Magenta. HEX triplet: DC, 13 and BB. RGB value is (220,19,187). Sum of RGB (Red+Green+Blue) = 220+19+187=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13BB is #23EC44. Grayscale: #616161. Windows color (decimal): -2354245 or 12260316. OLE color: 12260316.

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

Color convert

RGB 220 19 187 -
CMYK 0 0.91 0.15 0.14
HSL 309.85º 0.84% 0.47% -
HSV(B) 309.85º 0.91% 0.86% -
XYZ 38.72 19.27 48.69 -
YUV 98.25 178.09 214.84 -
System Red Green Blue C M Y K H S L
Decimal 220 19 187 0 0.91 0.15 0.14 309.85 0.84 0.47
Hex DC 13 BB 0 5B F E 136 54 2F
Octal 334 23 273 0 133 17 16 466 124 57
Binary 11011100 10011 10111011 0 1011011 1111 1110 100110110 1010100 101111

Color Harmonies of #DC13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13BB

Black with #DC13BB

Text Example


Text Example

White with #DC13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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