Html Css Color HEX #D01EC5 Deep Magenta

📋 copy color: '#D01EC5'

red 208 ◦ green 30 ◦ blue 197

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

Shades of Deep Magenta #D01EC5

Tints of Deep Magenta #D01EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.29%

R = 47.82%
G = 6.9%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D01EC5 (or 0xD01EC5) is known color: Deep Magenta. HEX triplet: D0, 1E and C5. RGB value is (208,30,197). Sum of RGB (Red+Green+Blue) = 208+30+197=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EC5 is #2FE13A. Grayscale: #656565. Windows color (decimal): -3137851 or 12918480. OLE color: 12918480.

HSL color Cylindrical-coordinate representation of color #D01EC5: hue angle of 303.71º 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 #D01EC5 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 197 -
CMYK 0 0.86 0.05 0.18
HSL 303.71º 0.75% 0.47% -
HSV(B) 303.71º 0.86% 0.82% -
XYZ 36.55 18.37 54.44 -
YUV 102.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 208 30 197 0 0.86 0.05 0.18 303.71 0.75 0.47
Hex D0 1E C5 0 56 5 12 130 4B 2F
Octal 320 36 305 0 126 5 22 460 113 57
Binary 11010000 11110 11000101 0 1010110 101 10010 100110000 1001011 101111

Color Harmonies of #D01EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EC5

Black with #D01EC5

Text Example


Text Example

White with #D01EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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