Html Css Color HEX #D00ED8 Deep Magenta

📋 copy color: '#D00ED8'

red 208 ◦ green 14 ◦ blue 216

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

Shades of Deep Magenta #D00ED8

Tints of Deep Magenta #D00ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.32%

R = 47.49%
G = 3.2%
B = 49.32%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D00ED8 (or 0xD00ED8) is known color: Deep Magenta. HEX triplet: D0, 0E and D8. RGB value is (208,14,216). Sum of RGB (Red+Green+Blue) = 208+14+216=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #D00ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ED8 is #2FF127. Grayscale: #5E5E5E. Windows color (decimal): -3141928 or 14159568. OLE color: 14159568.

HSL color Cylindrical-coordinate representation of color #D00ED8: hue angle of 297.62º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00ED8 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 14 216 -
CMYK 0.04 0.94 0 0.15
HSL 297.62º 0.88% 0.45% -
HSV(B) 297.62º 0.94% 0.85% -
XYZ 38.56 18.68 66.54 -
YUV 95.03 196.27 208.57 -
System Red Green Blue C M Y K H S L
Decimal 208 14 216 0.04 0.94 0 0.15 297.62 0.88 0.45
Hex D0 E D8 4 5E 0 F 12A 58 2D
Octal 320 16 330 4 136 0 17 452 130 55
Binary 11010000 1110 11011000 100 1011110 0 1111 100101010 1011000 101101

Color Harmonies of #D00ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ED8

Black with #D00ED8

Text Example


Text Example

White with #D00ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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