Html Css Color HEX #D01EDA Deep Magenta

📋 copy color: '#D01EDA'

red 208 ◦ green 30 ◦ blue 218

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

Shades of Deep Magenta #D01EDA

Tints of Deep Magenta #D01EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 45.61%
G = 6.58%
B = 47.81%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D01EDA (or 0xD01EDA) is known color: Deep Magenta. HEX triplet: D0, 1E and DA. RGB value is (208,30,218). Sum of RGB (Red+Green+Blue) = 208+30+218=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #D01EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EDA is #2FE125. Grayscale: #686868. Windows color (decimal): -3137830 or 14294736. OLE color: 14294736.

HSL color Cylindrical-coordinate representation of color #D01EDA: hue angle of 296.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01EDA is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 30 218 -
CMYK 0.05 0.86 0 0.15
HSL 296.81º 0.76% 0.49% -
HSV(B) 296.81º 0.86% 0.85% -
XYZ 39.13 19.4 68.01 -
YUV 104.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 208 30 218 0.05 0.86 0 0.15 296.81 0.76 0.49
Hex D0 1E DA 5 56 0 F 129 4C 31
Octal 320 36 332 5 126 0 17 451 114 61
Binary 11010000 11110 11011010 101 1010110 0 1111 100101001 1001100 110001

Color Harmonies of #D01EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EDA

Black with #D01EDA

Text Example


Text Example

White with #D01EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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