Html Css Color HEX #D01EDE Deep Magenta

📋 copy color: '#D01EDE'

red 208 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #D01EDE

Tints of Deep Magenta #D01EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 45.22%
G = 6.52%
B = 48.26%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D01EDE (or 0xD01EDE) is known color: Deep Magenta. HEX triplet: D0, 1E and DE. RGB value is (208,30,222). Sum of RGB (Red+Green+Blue) = 208+30+222=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #D01EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EDE is #2FE121. Grayscale: #686868. Windows color (decimal): -3137826 or 14556880. OLE color: 14556880.

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

Color convert

RGB 208 30 222 -
CMYK 0.06 0.86 0 0.13
HSL 295.63º 0.76% 0.49% -
HSV(B) 295.63º 0.86% 0.87% -
XYZ 39.66 19.61 70.8 -
YUV 105.11 193.97 201.39 -
System Red Green Blue C M Y K H S L
Decimal 208 30 222 0.06 0.86 0 0.13 295.63 0.76 0.49
Hex D0 1E DE 6 56 0 D 128 4C 31
Octal 320 36 336 6 126 0 15 450 114 61
Binary 11010000 11110 11011110 110 1010110 0 1101 100101000 1001100 110001

Color Harmonies of #D01EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EDE

Black with #D01EDE

Text Example


Text Example

White with #D01EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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