Html Css Color HEX #D00EDD Deep Magenta

📋 copy color: '#D00EDD'

red 208 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #D00EDD

Tints of Deep Magenta #D00EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 46.95%
G = 3.16%
B = 49.89%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D00EDD (or 0xD00EDD) is known color: Deep Magenta. HEX triplet: D0, 0E and DD. RGB value is (208,14,221). Sum of RGB (Red+Green+Blue) = 208+14+221=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #D00EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EDD is #2FF122. Grayscale: #5E5E5E. Windows color (decimal): -3141923 or 14487248. OLE color: 14487248.

HSL color Cylindrical-coordinate representation of color #D00EDD: hue angle of 296.23º 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 #D00EDD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 14 221 -
CMYK 0.06 0.94 0 0.13
HSL 296.23º 0.88% 0.46% -
HSV(B) 296.23º 0.94% 0.87% -
XYZ 39.22 18.94 70 -
YUV 95.6 198.77 208.17 -
System Red Green Blue C M Y K H S L
Decimal 208 14 221 0.06 0.94 0 0.13 296.23 0.88 0.46
Hex D0 E DD 6 5E 0 D 128 58 2E
Octal 320 16 335 6 136 0 15 450 130 56
Binary 11010000 1110 11011101 110 1011110 0 1101 100101000 1011000 101110

Color Harmonies of #D00EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EDD

Black with #D00EDD

Text Example


Text Example

White with #D00EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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