Html Css Color HEX #D911E0 Deep Magenta

📋 copy color: '#D911E0'

red 217 ◦ green 17 ◦ blue 224

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

Shades of Deep Magenta #D911E0

Tints of Deep Magenta #D911E0

RGB

 RED value IS 217 (85.16% from 255) = 47.38%

 GREEN value IS 17 (7.03% from 255) = 3.71%

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

R = 47.38%
G = 3.71%
B = 48.91%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D911E0 (or 0xD911E0) is known color: Deep Magenta. HEX triplet: D9, 11 and E0. RGB value is (217,17,224). Sum of RGB (Red+Green+Blue) = 217+17+224=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #D911E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911E0 is #26EE1F. Grayscale: #636363. Windows color (decimal): -2551328 or 14684633. OLE color: 14684633.

HSL color Cylindrical-coordinate representation of color #D911E0: hue angle of 297.97º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D911E0 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 17 224 -
CMYK 0.03 0.92 0 0.12
HSL 297.97º 0.86% 0.47% -
HSV(B) 297.97º 0.92% 0.88% -
XYZ 42.27 20.53 72.26 -
YUV 100.4 197.76 211.17 -
System Red Green Blue C M Y K H S L
Decimal 217 17 224 0.03 0.92 0 0.12 297.97 0.86 0.47
Hex D9 11 E0 3 5C 0 C 12A 56 2F
Octal 331 21 340 3 134 0 14 452 126 57
Binary 11011001 10001 11100000 11 1011100 0 1100 100101010 1010110 101111

Color Harmonies of #D911E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911E0

Black with #D911E0

Text Example


Text Example

White with #D911E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911E0; }

 p { color: rgb(217,17,224); }

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

background-color css

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

 a { background-color: rgb(217,17,224); }

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

border-color css

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

 span { border-color: rgb(217,17,224); }

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