Html Css Color HEX #D519E2 Deep Magenta

📋 copy color: '#D519E2'

red 213 ◦ green 25 ◦ blue 226

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

Shades of Deep Magenta #D519E2

Tints of Deep Magenta #D519E2

RGB

 RED value IS 213 (83.59% from 255) = 45.91%

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

 BLUE value IS 226 (88.67% from 255) = 48.71%

R = 45.91%
G = 5.39%
B = 48.71%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D519E2 (or 0xD519E2) is known color: Deep Magenta. HEX triplet: D5, 19 and E2. RGB value is (213,25,226). Sum of RGB (Red+Green+Blue) = 213+25+226=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 226 - color contains mainly: blue. Hex color #D519E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D519E2 is #2AE61D. Grayscale: #676767. Windows color (decimal): -2811422 or 14817749. OLE color: 14817749.

HSL color Cylindrical-coordinate representation of color #D519E2: hue angle of 296.12º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D519E2 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 25 226 -
CMYK 0.06 0.89 0 0.11
HSL 296.12º 0.8% 0.49% -
HSV(B) 296.12º 0.89% 0.89% -
XYZ 41.52 20.33 73.69 -
YUV 104.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 213 25 226 0.06 0.89 0 0.11 296.12 0.8 0.49
Hex D5 19 E2 6 59 0 B 128 50 31
Octal 325 31 342 6 131 0 13 450 120 61
Binary 11010101 11001 11100010 110 1011001 0 1011 100101000 1010000 110001

Color Harmonies of #D519E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519E2

Black with #D519E2

Text Example


Text Example

White with #D519E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519E2; }

 p { color: rgb(213,25,226); }

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

background-color css

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

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

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

border-color css

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

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

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