Html Css Color HEX #D519DE Deep Magenta

📋 copy color: '#D519DE'

red 213 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #D519DE

Tints of Deep Magenta #D519DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 46.3%
G = 5.43%
B = 48.26%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D519DE (or 0xD519DE) is known color: Deep Magenta. HEX triplet: D5, 19 and DE. RGB value is (213,25,222). Sum of RGB (Red+Green+Blue) = 213+25+222=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #D519DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D519DE is #2AE621. Grayscale: #676767. Windows color (decimal): -2811426 or 14555605. OLE color: 14555605.

HSL color Cylindrical-coordinate representation of color #D519DE: hue angle of 297.26º 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 #D519DE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 25 222 -
CMYK 0.04 0.89 0 0.13
HSL 297.26º 0.8% 0.48% -
HSV(B) 297.26º 0.89% 0.87% -
XYZ 40.97 20.12 70.83 -
YUV 103.67 194.78 205.98 -
System Red Green Blue C M Y K H S L
Decimal 213 25 222 0.04 0.89 0 0.13 297.26 0.8 0.48
Hex D5 19 DE 4 59 0 D 129 50 30
Octal 325 31 336 4 131 0 15 451 120 60
Binary 11010101 11001 11011110 100 1011001 0 1101 100101001 1010000 110000

Color Harmonies of #D519DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519DE

Black with #D519DE

Text Example


Text Example

White with #D519DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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