Html Css Color HEX #D00EE5 Deep Magenta

📋 copy color: '#D00EE5'

red 208 ◦ green 14 ◦ blue 229

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

Shades of Deep Magenta #D00EE5

Tints of Deep Magenta #D00EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.78%

R = 46.12%
G = 3.1%
B = 50.78%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D00EE5 (or 0xD00EE5) is known color: Deep Magenta. HEX triplet: D0, 0E and E5. RGB value is (208,14,229). Sum of RGB (Red+Green+Blue) = 208+14+229=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #D00EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EE5 is #2FF11A. Grayscale: #5F5F5F. Windows color (decimal): -3141915 or 15011536. OLE color: 15011536.

HSL color Cylindrical-coordinate representation of color #D00EE5: hue angle of 294.14º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00EE5 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 14 229 -
CMYK 0.09 0.94 0 0.10
HSL 294.14º 0.88% 0.48% -
HSV(B) 294.14º 0.94% 0.9% -
XYZ 40.31 19.38 75.74 -
YUV 96.52 202.77 207.52 -
System Red Green Blue C M Y K H S L
Decimal 208 14 229 0.09 0.94 0 0.10 294.14 0.88 0.48
Hex D0 E E5 9 5E 0 A 126 58 30
Octal 320 16 345 11 136 0 12 446 130 60
Binary 11010000 1110 11100101 1001 1011110 0 1010 100100110 1011000 110000

Color Harmonies of #D00EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EE5

Black with #D00EE5

Text Example


Text Example

White with #D00EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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