Html Css Color HEX #D01EDF Deep Magenta

📋 copy color: '#D01EDF'

red 208 ◦ green 30 ◦ blue 223

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

Shades of Deep Magenta #D01EDF

Tints of Deep Magenta #D01EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 45.12%
G = 6.51%
B = 48.37%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D01EDF (or 0xD01EDF) is known color: Deep Magenta. HEX triplet: D0, 1E and DF. RGB value is (208,30,223). Sum of RGB (Red+Green+Blue) = 208+30+223=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #D01EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EDF is #2FE120. Grayscale: #686868. Windows color (decimal): -3137825 or 14622416. OLE color: 14622416.

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

Color convert

RGB 208 30 223 -
CMYK 0.07 0.87 0 0.13
HSL 295.34º 0.76% 0.5% -
HSV(B) 295.34º 0.87% 0.87% -
XYZ 39.8 19.67 71.51 -
YUV 105.22 194.47 201.31 -
System Red Green Blue C M Y K H S L
Decimal 208 30 223 0.07 0.87 0 0.13 295.34 0.76 0.5
Hex D0 1E DF 7 57 0 D 127 4C 32
Octal 320 36 337 7 127 0 15 447 114 62
Binary 11010000 11110 11011111 111 1010111 0 1101 100100111 1001100 110010

Color Harmonies of #D01EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EDF

Black with #D01EDF

Text Example


Text Example

White with #D01EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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