Html Css Color HEX #D10EE0 Deep Magenta

📋 copy color: '#D10EE0'

red 209 ◦ green 14 ◦ blue 224

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

Shades of Deep Magenta #D10EE0

Tints of Deep Magenta #D10EE0

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

 GREEN value IS 14 (5.86% from 255) = 3.13%

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

R = 46.76%
G = 3.13%
B = 50.11%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D10EE0 (or 0xD10EE0) is known color: Deep Magenta. HEX triplet: D1, 0E and E0. RGB value is (209,14,224). Sum of RGB (Red+Green+Blue) = 209+14+224=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #D10EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EE0 is #2EF11F. Grayscale: #5F5F5F. Windows color (decimal): -3076384 or 14683857. OLE color: 14683857.

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

Color convert

RGB 209 14 224 -
CMYK 0.07 0.94 0 0.12
HSL 295.71º 0.88% 0.47% -
HSV(B) 295.71º 0.94% 0.88% -
XYZ 39.91 19.25 72.13 -
YUV 96.25 200.1 208.42 -
System Red Green Blue C M Y K H S L
Decimal 209 14 224 0.07 0.94 0 0.12 295.71 0.88 0.47
Hex D1 E E0 7 5E 0 C 128 58 2F
Octal 321 16 340 7 136 0 14 450 130 57
Binary 11010001 1110 11100000 111 1011110 0 1100 100101000 1011000 101111

Color Harmonies of #D10EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EE0

Black with #D10EE0

Text Example


Text Example

White with #D10EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EE0; }

 p { color: rgb(209,14,224); }

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

background-color css

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

 a { background-color: rgb(209,14,224); }

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

border-color css

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

 span { border-color: rgb(209,14,224); }

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