Html Css Color HEX #D00DE4 Deep Magenta

📋 copy color: '#D00DE4'

red 208 ◦ green 13 ◦ blue 228

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

Shades of Deep Magenta #D00DE4

Tints of Deep Magenta #D00DE4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.9%

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

R = 46.33%
G = 2.9%
B = 50.78%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D00DE4 (or 0xD00DE4) is known color: Deep Magenta. HEX triplet: D0, 0D and E4. RGB value is (208,13,228). Sum of RGB (Red+Green+Blue) = 208+13+228=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #D00DE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DE4 is #2FF21B. Grayscale: #5F5F5F. Windows color (decimal): -3142172 or 14945744. OLE color: 14945744.

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

Color convert

RGB 208 13 228 -
CMYK 0.09 0.94 0 0.11
HSL 294.42º 0.89% 0.47% -
HSV(B) 294.42º 0.94% 0.89% -
XYZ 40.16 19.3 75.01 -
YUV 95.82 202.6 208.02 -
System Red Green Blue C M Y K H S L
Decimal 208 13 228 0.09 0.94 0 0.11 294.42 0.89 0.47
Hex D0 D E4 9 5E 0 B 126 59 2F
Octal 320 15 344 11 136 0 13 446 131 57
Binary 11010000 1101 11100100 1001 1011110 0 1011 100100110 1011001 101111

Color Harmonies of #D00DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DE4

Black with #D00DE4

Text Example


Text Example

White with #D00DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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