Html Css Color HEX #DC13E3 Deep Magenta

📋 copy color: '#DC13E3'

red 220 ◦ green 19 ◦ blue 227

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

Shades of Deep Magenta #DC13E3

Tints of Deep Magenta #DC13E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.71%

R = 47.21%
G = 4.08%
B = 48.71%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC13E3 (or 0xDC13E3) is known color: Deep Magenta. HEX triplet: DC, 13 and E3. RGB value is (220,19,227). Sum of RGB (Red+Green+Blue) = 220+19+227=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC13E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13E3 is #23EC1C. Grayscale: #666666. Windows color (decimal): -2354205 or 14881756. OLE color: 14881756.

HSL color Cylindrical-coordinate representation of color #DC13E3: hue angle of 297.98º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC13E3 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 19 227 -
CMYK 0.03 0.92 0 0.11
HSL 297.98º 0.85% 0.48% -
HSV(B) 297.98º 0.92% 0.89% -
XYZ 43.61 21.23 74.47 -
YUV 102.81 198.09 211.59 -
System Red Green Blue C M Y K H S L
Decimal 220 19 227 0.03 0.92 0 0.11 297.98 0.85 0.48
Hex DC 13 E3 3 5C 0 B 12A 55 30
Octal 334 23 343 3 134 0 13 452 125 60
Binary 11011100 10011 11100011 11 1011100 0 1011 100101010 1010101 110000

Color Harmonies of #DC13E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13E3

Black with #DC13E3

Text Example


Text Example

White with #DC13E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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