Html Css Color HEX #D00EDF Deep Magenta

📋 copy color: '#D00EDF'

red 208 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #D00EDF

Tints of Deep Magenta #D00EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.15%

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

R = 46.74%
G = 3.15%
B = 50.11%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D00EDF (or 0xD00EDF) is known color: Deep Magenta. HEX triplet: D0, 0E and DF. RGB value is (208,14,223). Sum of RGB (Red+Green+Blue) = 208+14+223=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #D00EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EDF is #2FF120. Grayscale: #5F5F5F. Windows color (decimal): -3141921 or 14618320. OLE color: 14618320.

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

Color convert

RGB 208 14 223 -
CMYK 0.07 0.94 0 0.13
HSL 295.69º 0.88% 0.46% -
HSV(B) 295.69º 0.94% 0.87% -
XYZ 39.49 19.05 71.41 -
YUV 95.83 199.77 208.01 -
System Red Green Blue C M Y K H S L
Decimal 208 14 223 0.07 0.94 0 0.13 295.69 0.88 0.46
Hex D0 E DF 7 5E 0 D 128 58 2E
Octal 320 16 337 7 136 0 15 450 130 56
Binary 11010000 1110 11011111 111 1011110 0 1101 100101000 1011000 101110

Color Harmonies of #D00EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EDF

Black with #D00EDF

Text Example


Text Example

White with #D00EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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