Html Css Color HEX #DC1ED8 Deep Magenta

📋 copy color: '#DC1ED8'

red 220 ◦ green 30 ◦ blue 216

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

Shades of Deep Magenta #DC1ED8

Tints of Deep Magenta #DC1ED8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.44%

 BLUE value IS 216 (84.77% from 255) = 46.35%

R = 47.21%
G = 6.44%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC1ED8 (or 0xDC1ED8) is known color: Deep Magenta. HEX triplet: DC, 1E and D8. RGB value is (220,30,216). Sum of RGB (Red+Green+Blue) = 220+30+216=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1ED8 is #23E127. Grayscale: #6B6B6B. Windows color (decimal): -2351400 or 14163676. OLE color: 14163676.

HSL color Cylindrical-coordinate representation of color #DC1ED8: hue angle of 301.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1ED8 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 30 216 -
CMYK 0 0.86 0.02 0.14
HSL 301.26º 0.76% 0.49% -
HSV(B) 301.26º 0.86% 0.86% -
XYZ 42.37 21.1 66.81 -
YUV 108.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 220 30 216 0 0.86 0.02 0.14 301.26 0.76 0.49
Hex DC 1E D8 0 56 2 E 12D 4C 31
Octal 334 36 330 0 126 2 16 455 114 61
Binary 11011100 11110 11011000 0 1010110 10 1110 100101101 1001100 110001

Color Harmonies of #DC1ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1ED8

Black with #DC1ED8

Text Example


Text Example

White with #DC1ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1ED8; }

 p { color: rgb(220,30,216); }

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

background-color css

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

 a { background-color: rgb(220,30,216); }

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

border-color css

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

 span { border-color: rgb(220,30,216); }

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