Html Css Color HEX #DA1EDD Deep Magenta

📋 copy color: '#DA1EDD'

red 218 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #DA1EDD

Tints of Deep Magenta #DA1EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 46.48%
G = 6.4%
B = 47.12%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA1EDD (or 0xDA1EDD) is known color: Deep Magenta. HEX triplet: DA, 1E and DD. RGB value is (218,30,221). Sum of RGB (Red+Green+Blue) = 218+30+221=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1EDD is #25E122. Grayscale: #6B6B6B. Windows color (decimal): -2482467 or 14491354. OLE color: 14491354.

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

Color convert

RGB 218 30 221 -
CMYK 0.01 0.86 0 0.13
HSL 299.06º 0.76% 0.49% -
HSV(B) 299.06º 0.86% 0.87% -
XYZ 42.43 21.05 70.23 -
YUV 107.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 218 30 221 0.01 0.86 0 0.13 299.06 0.76 0.49
Hex DA 1E DD 1 56 0 D 12B 4C 31
Octal 332 36 335 1 126 0 15 453 114 61
Binary 11011010 11110 11011101 1 1010110 0 1101 100101011 1001100 110001

Color Harmonies of #DA1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1EDD

Black with #DA1EDD

Text Example


Text Example

White with #DA1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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