Html Css Color HEX #D01ECD Deep Magenta

📋 copy color: '#D01ECD'

red 208 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #D01ECD

Tints of Deep Magenta #D01ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 46.95%
G = 6.77%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D01ECD (or 0xD01ECD) is known color: Deep Magenta. HEX triplet: D0, 1E and CD. RGB value is (208,30,205). Sum of RGB (Red+Green+Blue) = 208+30+205=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D01ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ECD is #2FE132. Grayscale: #666666. Windows color (decimal): -3137843 or 13442768. OLE color: 13442768.

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

Color convert

RGB 208 30 205 -
CMYK 0 0.86 0.01 0.18
HSL 301.01º 0.75% 0.47% -
HSV(B) 301.01º 0.86% 0.82% -
XYZ 37.5 18.75 59.4 -
YUV 103.17 185.47 202.77 -
System Red Green Blue C M Y K H S L
Decimal 208 30 205 0 0.86 0.01 0.18 301.01 0.75 0.47
Hex D0 1E CD 0 56 1 12 12D 4B 2F
Octal 320 36 315 0 126 1 22 455 113 57
Binary 11010000 11110 11001101 0 1010110 1 10010 100101101 1001011 101111

Color Harmonies of #D01ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01ECD

Black with #D01ECD

Text Example


Text Example

White with #D01ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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