Html Css Color HEX #DA19DD Deep Magenta

📋 copy color: '#DA19DD'

red 218 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #DA19DD

Tints of Deep Magenta #DA19DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 46.98%
G = 5.39%
B = 47.63%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA19DD (or 0xDA19DD) is known color: Deep Magenta. HEX triplet: DA, 19 and DD. RGB value is (218,25,221). Sum of RGB (Red+Green+Blue) = 218+25+221=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19DD is #25E622. Grayscale: #686868. Windows color (decimal): -2483747 or 14490074. OLE color: 14490074.

HSL color Cylindrical-coordinate representation of color #DA19DD: hue angle of 299.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19DD is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 25 221 -
CMYK 0.01 0.89 0 0.13
HSL 299.08º 0.8% 0.48% -
HSV(B) 299.08º 0.89% 0.87% -
XYZ 42.31 20.82 70.2 -
YUV 105.05 193.44 208.56 -
System Red Green Blue C M Y K H S L
Decimal 218 25 221 0.01 0.89 0 0.13 299.08 0.8 0.48
Hex DA 19 DD 1 59 0 D 12B 50 30
Octal 332 31 335 1 131 0 15 453 120 60
Binary 11011010 11001 11011101 1 1011001 0 1101 100101011 1010000 110000

Color Harmonies of #DA19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19DD

Black with #DA19DD

Text Example


Text Example

White with #DA19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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