Html Css Color HEX #D01EE4 Deep Magenta

📋 copy color: '#D01EE4'

red 208 ◦ green 30 ◦ blue 228

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

Shades of Deep Magenta #D01EE4

Tints of Deep Magenta #D01EE4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.44%

 BLUE value IS 228 (89.45% from 255) = 48.93%

R = 44.64%
G = 6.44%
B = 48.93%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D01EE4 (or 0xD01EE4) is known color: Deep Magenta. HEX triplet: D0, 1E and E4. RGB value is (208,30,228). Sum of RGB (Red+Green+Blue) = 208+30+228=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #D01EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EE4 is #2FE11B. Grayscale: #696969. Windows color (decimal): -3137820 or 14950096. OLE color: 14950096.

HSL color Cylindrical-coordinate representation of color #D01EE4: hue angle of 293.94º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01EE4 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 30 228 -
CMYK 0.09 0.87 0 0.11
HSL 293.94º 0.79% 0.51% -
HSV(B) 293.94º 0.87% 0.89% -
XYZ 40.48 19.94 75.11 -
YUV 105.79 196.97 200.9 -
System Red Green Blue C M Y K H S L
Decimal 208 30 228 0.09 0.87 0 0.11 293.94 0.79 0.51
Hex D0 1E E4 9 57 0 B 126 4F 33
Octal 320 36 344 11 127 0 13 446 117 63
Binary 11010000 11110 11100100 1001 1010111 0 1011 100100110 1001111 110011

Color Harmonies of #D01EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EE4

Black with #D01EE4

Text Example


Text Example

White with #D01EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EE4; }

 p { color: rgb(208,30,228); }

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

background-color css

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

 a { background-color: rgb(208,30,228); }

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

border-color css

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

 span { border-color: rgb(208,30,228); }

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