Html Css Color HEX #D819E0 Deep Magenta

📋 copy color: '#D819E0'

red 216 ◦ green 25 ◦ blue 224

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

Shades of Deep Magenta #D819E0

Tints of Deep Magenta #D819E0

RGB

 RED value IS 216 (84.77% from 255) = 46.45%

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

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

R = 46.45%
G = 5.38%
B = 48.17%

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

#D819E0 (or 0xD819E0) is known color: Deep Magenta. HEX triplet: D8, 19 and E0. RGB value is (216,25,224). Sum of RGB (Red+Green+Blue) = 216+25+224=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #D819E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819E0 is #27E61F. Grayscale: #686868. Windows color (decimal): -2614816 or 14686680. OLE color: 14686680.

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

Color convert

RGB 216 25 224 -
CMYK 0.04 0.89 0 0.12
HSL 297.59º 0.8% 0.49% -
HSV(B) 297.59º 0.89% 0.88% -
XYZ 42.12 20.68 72.29 -
YUV 104.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 216 25 224 0.04 0.89 0 0.12 297.59 0.8 0.49
Hex D8 19 E0 4 59 0 C 12A 50 31
Octal 330 31 340 4 131 0 14 452 120 61
Binary 11011000 11001 11100000 100 1011001 0 1100 100101010 1010000 110001

Color Harmonies of #D819E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D819E0

Black with #D819E0

Text Example


Text Example

White with #D819E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D819E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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