Html Css Color HEX #D01EC4 Deep Magenta

📋 copy color: '#D01EC4'

red 208 ◦ green 30 ◦ blue 196

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

Shades of Deep Magenta #D01EC4

Tints of Deep Magenta #D01EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.16%

R = 47.93%
G = 6.91%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D01EC4 (or 0xD01EC4) is known color: Deep Magenta. HEX triplet: D0, 1E and C4. RGB value is (208,30,196). Sum of RGB (Red+Green+Blue) = 208+30+196=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EC4 is #2FE13B. Grayscale: #656565. Windows color (decimal): -3137852 or 12852944. OLE color: 12852944.

HSL color Cylindrical-coordinate representation of color #D01EC4: hue angle of 304.04º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01EC4 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 196 -
CMYK 0 0.86 0.06 0.18
HSL 304.05º 0.75% 0.47% -
HSV(B) 304.05º 0.86% 0.82% -
XYZ 36.44 18.32 53.84 -
YUV 102.15 180.97 203.5 -
System Red Green Blue C M Y K H S L
Decimal 208 30 196 0 0.86 0.06 0.18 304.05 0.75 0.47
Hex D0 1E C4 0 56 6 12 130 4B 2F
Octal 320 36 304 0 126 6 22 460 113 57
Binary 11010000 11110 11000100 0 1010110 110 10010 100110000 1001011 101111

Color Harmonies of #D01EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EC4

Black with #D01EC4

Text Example


Text Example

White with #D01EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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