Html Css Color HEX #DA0FD6 Deep Magenta

📋 copy color: '#DA0FD6'

red 218 ◦ green 15 ◦ blue 214

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

Shades of Deep Magenta #DA0FD6

Tints of Deep Magenta #DA0FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.87%

R = 48.77%
G = 3.36%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA0FD6 (or 0xDA0FD6) is known color: Deep Magenta. HEX triplet: DA, 0F and D6. RGB value is (218,15,214). Sum of RGB (Red+Green+Blue) = 218+15+214=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FD6 is #25F029. Grayscale: #616161. Windows color (decimal): -2486314 or 14028762. OLE color: 14028762.

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

Color convert

RGB 218 15 214 -
CMYK 0 0.93 0.02 0.15
HSL 301.18º 0.87% 0.46% -
HSV(B) 301.18º 0.93% 0.85% -
XYZ 41.22 20.1 65.33 -
YUV 98.38 193.25 213.32 -
System Red Green Blue C M Y K H S L
Decimal 218 15 214 0 0.93 0.02 0.15 301.18 0.87 0.46
Hex DA F D6 0 5D 2 F 12D 57 2E
Octal 332 17 326 0 135 2 17 455 127 56
Binary 11011010 1111 11010110 0 1011101 10 1111 100101101 1010111 101110

Color Harmonies of #DA0FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0FD6

Black with #DA0FD6

Text Example


Text Example

White with #DA0FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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