Html Css Color HEX #DA1ED6 Deep Magenta

📋 copy color: '#DA1ED6'

red 218 ◦ green 30 ◦ blue 214

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

Shades of Deep Magenta #DA1ED6

Tints of Deep Magenta #DA1ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.32%

R = 47.19%
G = 6.49%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA1ED6 (or 0xDA1ED6) is known color: Deep Magenta. HEX triplet: DA, 1E and D6. RGB value is (218,30,214). Sum of RGB (Red+Green+Blue) = 218+30+214=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ED6 is #25E129. Grayscale: #6A6A6A. Windows color (decimal): -2482474 or 14032602. OLE color: 14032602.

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

Color convert

RGB 218 30 214 -
CMYK 0 0.86 0.02 0.15
HSL 301.28º 0.76% 0.49% -
HSV(B) 301.28º 0.86% 0.85% -
XYZ 41.52 20.69 65.42 -
YUV 107.19 188.28 207.04 -
System Red Green Blue C M Y K H S L
Decimal 218 30 214 0 0.86 0.02 0.15 301.28 0.76 0.49
Hex DA 1E D6 0 56 2 F 12D 4C 31
Octal 332 36 326 0 126 2 17 455 114 61
Binary 11011010 11110 11010110 0 1010110 10 1111 100101101 1001100 110001

Color Harmonies of #DA1ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1ED6

Black with #DA1ED6

Text Example


Text Example

White with #DA1ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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