Html Css Color HEX #DA0EBE Deep Magenta

📋 copy color: '#DA0EBE'

red 218 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #DA0EBE

Tints of Deep Magenta #DA0EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 51.66%
G = 3.32%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA0EBE (or 0xDA0EBE) is known color: Deep Magenta. HEX triplet: DA, 0E and BE. RGB value is (218,14,190). Sum of RGB (Red+Green+Blue) = 218+14+190=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EBE is #25F141. Grayscale: #5E5E5E. Windows color (decimal): -2486594 or 12455642. OLE color: 12455642.

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

Color convert

RGB 218 14 190 -
CMYK 0 0.94 0.13 0.15
HSL 308.24º 0.88% 0.45% -
HSV(B) 308.24º 0.94% 0.85% -
XYZ 38.36 18.94 50.35 -
YUV 95.06 181.59 215.69 -
System Red Green Blue C M Y K H S L
Decimal 218 14 190 0 0.94 0.13 0.15 308.24 0.88 0.45
Hex DA E BE 0 5E D F 134 58 2D
Octal 332 16 276 0 136 15 17 464 130 55
Binary 11011010 1110 10111110 0 1011110 1101 1111 100110100 1011000 101101

Color Harmonies of #DA0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0EBE

Black with #DA0EBE

Text Example


Text Example

White with #DA0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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