Html Css Color HEX #D01DE1 Deep Magenta

📋 copy color: '#D01DE1'

red 208 ◦ green 29 ◦ blue 225

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

Shades of Deep Magenta #D01DE1

Tints of Deep Magenta #D01DE1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.28%

 BLUE value IS 225 (88.28% from 255) = 48.7%

R = 45.02%
G = 6.28%
B = 48.7%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D01DE1 (or 0xD01DE1) is known color: Deep Magenta. HEX triplet: D0, 1D and E1. RGB value is (208,29,225). Sum of RGB (Red+Green+Blue) = 208+29+225=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #D01DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DE1 is #2FE21E. Grayscale: #686868. Windows color (decimal): -3138079 or 14753232. OLE color: 14753232.

HSL color Cylindrical-coordinate representation of color #D01DE1: hue angle of 294.8º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01DE1 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 29 225 -
CMYK 0.08 0.87 0 0.12
HSL 294.8º 0.77% 0.5% -
HSV(B) 294.8º 0.87% 0.88% -
XYZ 40.04 19.72 72.93 -
YUV 104.87 195.8 201.56 -
System Red Green Blue C M Y K H S L
Decimal 208 29 225 0.08 0.87 0 0.12 294.8 0.77 0.5
Hex D0 1D E1 8 57 0 C 127 4D 32
Octal 320 35 341 10 127 0 14 447 115 62
Binary 11010000 11101 11100001 1000 1010111 0 1100 100100111 1001101 110010

Color Harmonies of #D01DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DE1

Black with #D01DE1

Text Example


Text Example

White with #D01DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DE1; }

 p { color: rgb(208,29,225); }

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

background-color css

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

 a { background-color: rgb(208,29,225); }

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

border-color css

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

 span { border-color: rgb(208,29,225); }

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