Html Css Color HEX #DA0EBA Deep Magenta

📋 copy color: '#DA0EBA'

red 218 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #DA0EBA

Tints of Deep Magenta #DA0EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 52.15%
G = 3.35%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA0EBA (or 0xDA0EBA) is known color: Deep Magenta. HEX triplet: DA, 0E and BA. RGB value is (218,14,186). Sum of RGB (Red+Green+Blue) = 218+14+186=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EBA is #25F145. Grayscale: #5E5E5E. Windows color (decimal): -2486598 or 12193498. OLE color: 12193498.

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

Color convert

RGB 218 14 186 -
CMYK 0 0.94 0.15 0.15
HSL 309.41º 0.88% 0.45% -
HSV(B) 309.41º 0.94% 0.85% -
XYZ 37.93 18.76 48.08 -
YUV 94.6 179.59 216.01 -
System Red Green Blue C M Y K H S L
Decimal 218 14 186 0 0.94 0.15 0.15 309.41 0.88 0.45
Hex DA E BA 0 5E F F 135 58 2D
Octal 332 16 272 0 136 17 17 465 130 55
Binary 11011010 1110 10111010 0 1011110 1111 1111 100110101 1011000 101101

Color Harmonies of #DA0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0EBA

Black with #DA0EBA

Text Example


Text Example

White with #DA0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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