Html Css Color HEX #DC13BE Deep Magenta

📋 copy color: '#DC13BE'

red 220 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #DC13BE

Tints of Deep Magenta #DC13BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 51.28%
G = 4.43%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC13BE (or 0xDC13BE) is known color: Deep Magenta. HEX triplet: DC, 13 and BE. RGB value is (220,19,190). Sum of RGB (Red+Green+Blue) = 220+19+190=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13BE is #23EC41. Grayscale: #626262. Windows color (decimal): -2354242 or 12456924. OLE color: 12456924.

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

Color convert

RGB 220 19 190 -
CMYK 0 0.91 0.14 0.14
HSL 308.96º 0.84% 0.47% -
HSV(B) 308.96º 0.91% 0.86% -
XYZ 39.04 19.4 50.4 -
YUV 98.59 179.59 214.6 -
System Red Green Blue C M Y K H S L
Decimal 220 19 190 0 0.91 0.14 0.14 308.96 0.84 0.47
Hex DC 13 BE 0 5B E E 135 54 2F
Octal 334 23 276 0 133 16 16 465 124 57
Binary 11011100 10011 10111110 0 1011011 1110 1110 100110101 1010100 101111

Color Harmonies of #DC13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13BE

Black with #DC13BE

Text Example


Text Example

White with #DC13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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