Html Css Color HEX #D719E0 Deep Magenta

📋 copy color: '#D719E0'

red 215 ◦ green 25 ◦ blue 224

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

Shades of Deep Magenta #D719E0

Tints of Deep Magenta #D719E0

RGB

 RED value IS 215 (84.38% from 255) = 46.34%

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

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 46.34%
G = 5.39%
B = 48.28%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D719E0 (or 0xD719E0) is known color: Deep Magenta. HEX triplet: D7, 19 and E0. RGB value is (215,25,224). Sum of RGB (Red+Green+Blue) = 215+25+224=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #D719E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719E0 is #28E61F. Grayscale: #676767. Windows color (decimal): -2680352 or 14686679. OLE color: 14686679.

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

Color convert

RGB 215 25 224 -
CMYK 0.04 0.89 0 0.12
HSL 297.29º 0.8% 0.49% -
HSV(B) 297.29º 0.89% 0.88% -
XYZ 41.83 20.52 72.28 -
YUV 104.5 195.45 206.82 -
System Red Green Blue C M Y K H S L
Decimal 215 25 224 0.04 0.89 0 0.12 297.29 0.8 0.49
Hex D7 19 E0 4 59 0 C 129 50 31
Octal 327 31 340 4 131 0 14 451 120 61
Binary 11010111 11001 11100000 100 1011001 0 1100 100101001 1010000 110001

Color Harmonies of #D719E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719E0

Black with #D719E0

Text Example


Text Example

White with #D719E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719E0; }

 p { color: rgb(215,25,224); }

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

background-color css

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

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

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

border-color css

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

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

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