Html Css Color HEX #DA0FE4 Deep Magenta

📋 copy color: '#DA0FE4'

red 218 ◦ green 15 ◦ blue 228

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

Shades of Deep Magenta #DA0FE4

Tints of Deep Magenta #DA0FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.46%

R = 47.29%
G = 3.25%
B = 49.46%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DA0FE4 (or 0xDA0FE4) is known color: Deep Magenta. HEX triplet: DA, 0F and E4. RGB value is (218,15,228). Sum of RGB (Red+Green+Blue) = 218+15+228=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA0FE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FE4 is #25F01B. Grayscale: #636363. Windows color (decimal): -2486300 or 14946266. OLE color: 14946266.

HSL color Cylindrical-coordinate representation of color #DA0FE4: hue angle of 297.18º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0FE4 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 15 228 -
CMYK 0.04 0.93 0 0.11
HSL 297.18º 0.88% 0.48% -
HSV(B) 297.18º 0.93% 0.89% -
XYZ 43.09 20.85 75.15 -
YUV 99.98 200.25 212.18 -
System Red Green Blue C M Y K H S L
Decimal 218 15 228 0.04 0.93 0 0.11 297.18 0.88 0.48
Hex DA F E4 4 5D 0 B 129 58 30
Octal 332 17 344 4 135 0 13 451 130 60
Binary 11011010 1111 11100100 100 1011101 0 1011 100101001 1011000 110000

Color Harmonies of #DA0FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0FE4

Black with #DA0FE4

Text Example


Text Example

White with #DA0FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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