Html Css Color HEX #D00EDB Deep Magenta

📋 copy color: '#D00EDB'

red 208 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #D00EDB

Tints of Deep Magenta #D00EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 47.17%
G = 3.17%
B = 49.66%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D00EDB (or 0xD00EDB) is known color: Deep Magenta. HEX triplet: D0, 0E and DB. RGB value is (208,14,219). Sum of RGB (Red+Green+Blue) = 208+14+219=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D00EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EDB is #2FF124. Grayscale: #5E5E5E. Windows color (decimal): -3141925 or 14356176. OLE color: 14356176.

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

Color convert

RGB 208 14 219 -
CMYK 0.05 0.94 0 0.14
HSL 296.78º 0.88% 0.46% -
HSV(B) 296.78º 0.94% 0.86% -
XYZ 38.96 18.84 68.6 -
YUV 95.38 197.77 208.33 -
System Red Green Blue C M Y K H S L
Decimal 208 14 219 0.05 0.94 0 0.14 296.78 0.88 0.46
Hex D0 E DB 5 5E 0 E 129 58 2E
Octal 320 16 333 5 136 0 16 451 130 56
Binary 11010000 1110 11011011 101 1011110 0 1110 100101001 1011000 101110

Color Harmonies of #D00EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EDB

Black with #D00EDB

Text Example


Text Example

White with #D00EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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