Html Css Color HEX #DA07BA Deep Magenta

📋 copy color: '#DA07BA'

red 218 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #DA07BA

Tints of Deep Magenta #DA07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.7%

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

R = 53.04%
G = 1.7%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA07BA (or 0xDA07BA) is known color: Deep Magenta. HEX triplet: DA, 07 and BA. RGB value is (218,7,186). Sum of RGB (Red+Green+Blue) = 218+7+186=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07BA is #25F845. Grayscale: #595959. Windows color (decimal): -2488390 or 12191706. OLE color: 12191706.

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

Color convert

RGB 218 7 186 -
CMYK 0 0.97 0.15 0.15
HSL 309.1º 0.94% 0.44% -
HSV(B) 309.1º 0.97% 0.85% -
XYZ 37.85 18.6 48.05 -
YUV 90.5 181.9 218.95 -
System Red Green Blue C M Y K H S L
Decimal 218 7 186 0 0.97 0.15 0.15 309.1 0.94 0.44
Hex DA 7 BA 0 61 F F 135 5E 2C
Octal 332 7 272 0 141 17 17 465 136 54
Binary 11011010 111 10111010 0 1100001 1111 1111 100110101 1011110 101100

Color Harmonies of #DA07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07BA

Black with #DA07BA

Text Example


Text Example

White with #DA07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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