Html Css Color HEX #DA0ED8 Deep Magenta

📋 copy color: '#DA0ED8'

red 218 ◦ green 14 ◦ blue 216

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

Shades of Deep Magenta #DA0ED8

Tints of Deep Magenta #DA0ED8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.13%

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

R = 48.66%
G = 3.13%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA0ED8 (or 0xDA0ED8) is known color: Deep Magenta. HEX triplet: DA, 0E and D8. RGB value is (218,14,216). Sum of RGB (Red+Green+Blue) = 218+14+216=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ED8 is #25F127. Grayscale: #616161. Windows color (decimal): -2486568 or 14159578. OLE color: 14159578.

HSL color Cylindrical-coordinate representation of color #DA0ED8: hue angle of 300.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0ED8 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 14 216 -
CMYK 0 0.94 0.01 0.15
HSL 300.59º 0.88% 0.45% -
HSV(B) 300.59º 0.94% 0.85% -
XYZ 41.47 20.18 66.67 -
YUV 98.02 194.59 213.57 -
System Red Green Blue C M Y K H S L
Decimal 218 14 216 0 0.94 0.01 0.15 300.59 0.88 0.45
Hex DA E D8 0 5E 1 F 12D 58 2D
Octal 332 16 330 0 136 1 17 455 130 55
Binary 11011010 1110 11011000 0 1011110 1 1111 100101101 1011000 101101

Color Harmonies of #DA0ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0ED8

Black with #DA0ED8

Text Example


Text Example

White with #DA0ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0ED8; }

 p { color: rgb(218,14,216); }

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

background-color css

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

 a { background-color: rgb(218,14,216); }

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

border-color css

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

 span { border-color: rgb(218,14,216); }

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