Html Css Color HEX #D00EBE Deep Magenta

📋 copy color: '#D00EBE'

red 208 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #D00EBE

Tints of Deep Magenta #D00EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 50.49%
G = 3.4%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D00EBE (or 0xD00EBE) is known color: Deep Magenta. HEX triplet: D0, 0E and BE. RGB value is (208,14,190). Sum of RGB (Red+Green+Blue) = 208+14+190=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D00EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EBE is #2FF141. Grayscale: #5B5B5B. Windows color (decimal): -3141954 or 12455632. OLE color: 12455632.

HSL color Cylindrical-coordinate representation of color #D00EBE: hue angle of 305.57º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00EBE is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 14 190 -
CMYK 0 0.93 0.09 0.18
HSL 305.57º 0.87% 0.44% -
HSV(B) 305.57º 0.93% 0.82% -
XYZ 35.46 17.44 50.21 -
YUV 92.07 183.27 210.69 -
System Red Green Blue C M Y K H S L
Decimal 208 14 190 0 0.93 0.09 0.18 305.57 0.87 0.44
Hex D0 E BE 0 5D 9 12 132 57 2C
Octal 320 16 276 0 135 11 22 462 127 54
Binary 11010000 1110 10111110 0 1011101 1001 10010 100110010 1010111 101100

Color Harmonies of #D00EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EBE

Black with #D00EBE

Text Example


Text Example

White with #D00EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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