Html Css Color HEX #DA0ECD Deep Magenta

📋 copy color: '#DA0ECD'

red 218 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #DA0ECD

Tints of Deep Magenta #DA0ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 49.89%
G = 3.2%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA0ECD (or 0xDA0ECD) is known color: Deep Magenta. HEX triplet: DA, 0E and CD. RGB value is (218,14,205). Sum of RGB (Red+Green+Blue) = 218+14+205=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ECD is #25F132. Grayscale: #606060. Windows color (decimal): -2486579 or 13438682. OLE color: 13438682.

HSL color Cylindrical-coordinate representation of color #DA0ECD: hue angle of 303.82º 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 #DA0ECD is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 14 205 -
CMYK 0 0.94 0.06 0.15
HSL 303.82º 0.88% 0.45% -
HSV(B) 303.82º 0.94% 0.85% -
XYZ 40.09 19.63 59.43 -
YUV 96.77 189.09 214.47 -
System Red Green Blue C M Y K H S L
Decimal 218 14 205 0 0.94 0.06 0.15 303.82 0.88 0.45
Hex DA E CD 0 5E 6 F 130 58 2D
Octal 332 16 315 0 136 6 17 460 130 55
Binary 11011010 1110 11001101 0 1011110 110 1111 100110000 1011000 101101

Color Harmonies of #DA0ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0ECD

Black with #DA0ECD

Text Example


Text Example

White with #DA0ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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