Html Css Color HEX #D00EE0 Deep Magenta

📋 copy color: '#D00EE0'

red 208 ◦ green 14 ◦ blue 224

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

Shades of Deep Magenta #D00EE0

Tints of Deep Magenta #D00EE0

RGB

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

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

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

R = 46.64%
G = 3.14%
B = 50.22%

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

#D00EE0 (or 0xD00EE0) is known color: Deep Magenta. HEX triplet: D0, 0E and E0. RGB value is (208,14,224). Sum of RGB (Red+Green+Blue) = 208+14+224=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #D00EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EE0 is #2FF11F. Grayscale: #5F5F5F. Windows color (decimal): -3141920 or 14683856. OLE color: 14683856.

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

Color convert

RGB 208 14 224 -
CMYK 0.07 0.94 0 0.12
HSL 295.43º 0.88% 0.47% -
HSV(B) 295.43º 0.94% 0.88% -
XYZ 39.62 19.11 72.12 -
YUV 95.95 200.27 207.92 -
System Red Green Blue C M Y K H S L
Decimal 208 14 224 0.07 0.94 0 0.12 295.43 0.88 0.47
Hex D0 E E0 7 5E 0 C 127 58 2F
Octal 320 16 340 7 136 0 14 447 130 57
Binary 11010000 1110 11100000 111 1011110 0 1100 100100111 1011000 101111

Color Harmonies of #D00EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EE0

Black with #D00EE0

Text Example


Text Example

White with #D00EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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