Html Css Color HEX #DA0FDA Deep Magenta

📋 copy color: '#DA0FDA'

red 218 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #DA0FDA

Tints of Deep Magenta #DA0FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.33%

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 48.34%
G = 3.33%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA0FDA (or 0xDA0FDA) is known color: Deep Magenta. HEX triplet: DA, 0F and DA. RGB value is (218,15,218). Sum of RGB (Red+Green+Blue) = 218+15+218=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA0FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FDA is #25F025. Grayscale: #626262. Windows color (decimal): -2486310 or 14290906. OLE color: 14290906.

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

Color convert

RGB 218 15 218 -
CMYK 0 0.93 0 0.15
HSL 300º 0.87% 0.46% -
HSV(B) 300º 0.93% 0.85% -
XYZ 41.74 20.31 68.05 -
YUV 98.84 195.25 212.99 -
System Red Green Blue C M Y K H S L
Decimal 218 15 218 0 0.93 0 0.15 300 0.87 0.46
Hex DA F DA 0 5D 0 F 12C 57 2E
Octal 332 17 332 0 135 0 17 454 127 56
Binary 11011010 1111 11011010 0 1011101 0 1111 100101100 1010111 101110

Color Harmonies of #DA0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0FDA

Black with #DA0FDA

Text Example


Text Example

White with #DA0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0FDA; }

 p { color: rgb(218,15,218); }

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

background-color css

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

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

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

border-color css

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

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

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