Html Css Color HEX #D019E0 Deep Magenta

📋 copy color: '#D019E0'

red 208 ◦ green 25 ◦ blue 224

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

Shades of Deep Magenta #D019E0

Tints of Deep Magenta #D019E0

RGB

 RED value IS 208 (81.64% from 255) = 45.51%

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

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

R = 45.51%
G = 5.47%
B = 49.02%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D019E0 (or 0xD019E0) is known color: Deep Magenta. HEX triplet: D0, 19 and E0. RGB value is (208,25,224). Sum of RGB (Red+Green+Blue) = 208+25+224=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #D019E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019E0 is #2FE61F. Grayscale: #656565. Windows color (decimal): -3139104 or 14686672. OLE color: 14686672.

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

Color convert

RGB 208 25 224 -
CMYK 0.07 0.89 0 0.12
HSL 295.18º 0.8% 0.49% -
HSV(B) 295.18º 0.89% 0.88% -
XYZ 39.81 19.49 72.18 -
YUV 102.4 196.63 203.32 -
System Red Green Blue C M Y K H S L
Decimal 208 25 224 0.07 0.89 0 0.12 295.18 0.8 0.49
Hex D0 19 E0 7 59 0 C 127 50 31
Octal 320 31 340 7 131 0 14 447 120 61
Binary 11010000 11001 11100000 111 1011001 0 1100 100100111 1010000 110001

Color Harmonies of #D019E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019E0

Black with #D019E0

Text Example


Text Example

White with #D019E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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