Html Css Color HEX #DA1EDC Deep Magenta

📋 copy color: '#DA1EDC'

red 218 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #DA1EDC

Tints of Deep Magenta #DA1EDC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 218 30 220 -
CMYK 0.01 0.86 0 0.14
HSL 299.37º 0.76% 0.49% -
HSV(B) 299.37º 0.86% 0.86% -
XYZ 42.3 21 69.53 -
YUV 107.87 191.28 206.55 -
System Red Green Blue C M Y K H S L
Decimal 218 30 220 0.01 0.86 0 0.14 299.37 0.76 0.49
Hex DA 1E DC 1 56 0 E 12B 4C 31
Octal 332 36 334 1 126 0 16 453 114 61
Binary 11011010 11110 11011100 1 1010110 0 1110 100101011 1001100 110001

Color Harmonies of #DA1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1EDC

Black with #DA1EDC

Text Example


Text Example

White with #DA1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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