Html Css Color HEX #DC1EDA Deep Magenta

📋 copy color: '#DC1EDA'

red 220 ◦ green 30 ◦ blue 218

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

Shades of Deep Magenta #DC1EDA

Tints of Deep Magenta #DC1EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 47.01%
G = 6.41%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC1EDA (or 0xDC1EDA) is known color: Deep Magenta. HEX triplet: DC, 1E and DA. RGB value is (220,30,218). Sum of RGB (Red+Green+Blue) = 220+30+218=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EDA is #23E125. Grayscale: #6B6B6B. Windows color (decimal): -2351398 or 14294748. OLE color: 14294748.

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

Color convert

RGB 220 30 218 -
CMYK 0 0.86 0.01 0.14
HSL 300.63º 0.76% 0.49% -
HSV(B) 300.63º 0.86% 0.86% -
XYZ 42.63 21.21 68.18 -
YUV 108.24 189.95 207.71 -
System Red Green Blue C M Y K H S L
Decimal 220 30 218 0 0.86 0.01 0.14 300.63 0.76 0.49
Hex DC 1E DA 0 56 1 E 12D 4C 31
Octal 334 36 332 0 126 1 16 455 114 61
Binary 11011100 11110 11011010 0 1010110 1 1110 100101101 1001100 110001

Color Harmonies of #DC1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1EDA

Black with #DC1EDA

Text Example


Text Example

White with #DC1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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