Html Css Color HEX #DA19DA Deep Magenta

📋 copy color: '#DA19DA'

red 218 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #DA19DA

Tints of Deep Magenta #DA19DA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.42%

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

R = 47.29%
G = 5.42%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA19DA (or 0xDA19DA) is known color: Deep Magenta. HEX triplet: DA, 19 and DA. RGB value is (218,25,218). Sum of RGB (Red+Green+Blue) = 218+25+218=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA19DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19DA is #25E625. Grayscale: #686868. Windows color (decimal): -2483750 or 14293466. OLE color: 14293466.

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

Color convert

RGB 218 25 218 -
CMYK 0 0.89 0 0.15
HSL 300º 0.79% 0.48% -
HSV(B) 300º 0.89% 0.85% -
XYZ 41.92 20.66 68.11 -
YUV 104.71 191.94 208.81 -
System Red Green Blue C M Y K H S L
Decimal 218 25 218 0 0.89 0 0.15 300 0.79 0.48
Hex DA 19 DA 0 59 0 F 12C 4F 30
Octal 332 31 332 0 131 0 17 454 117 60
Binary 11011010 11001 11011010 0 1011001 0 1111 100101100 1001111 110000

Color Harmonies of #DA19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19DA

Black with #DA19DA

Text Example


Text Example

White with #DA19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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