Html Css Color HEX #DA07DC Deep Magenta

📋 copy color: '#DA07DC'

red 218 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #DA07DC

Tints of Deep Magenta #DA07DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 48.99%
G = 1.57%
B = 49.44%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA07DC (or 0xDA07DC) is known color: Deep Magenta. HEX triplet: DA, 07 and DC. RGB value is (218,7,220). Sum of RGB (Red+Green+Blue) = 218+7+220=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07DC is #25F823. Grayscale: #5D5D5D. Windows color (decimal): -2488356 or 14419930. OLE color: 14419930.

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

Color convert

RGB 218 7 220 -
CMYK 0.01 0.97 0 0.14
HSL 299.44º 0.94% 0.45% -
HSV(B) 299.44º 0.97% 0.86% -
XYZ 41.91 20.22 69.41 -
YUV 94.37 198.9 216.18 -
System Red Green Blue C M Y K H S L
Decimal 218 7 220 0.01 0.97 0 0.14 299.44 0.94 0.45
Hex DA 7 DC 1 61 0 E 12B 5E 2D
Octal 332 7 334 1 141 0 16 453 136 55
Binary 11011010 111 11011100 1 1100001 0 1110 100101011 1011110 101101

Color Harmonies of #DA07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07DC

Black with #DA07DC

Text Example


Text Example

White with #DA07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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