Html Css Color HEX #D00EBC Deep Magenta

📋 copy color: '#D00EBC'

red 208 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #D00EBC

Tints of Deep Magenta #D00EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 50.73%
G = 3.41%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D00EBC (or 0xD00EBC) is known color: Deep Magenta. HEX triplet: D0, 0E and BC. RGB value is (208,14,188). Sum of RGB (Red+Green+Blue) = 208+14+188=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D00EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EBC is #2FF143. Grayscale: #5B5B5B. Windows color (decimal): -3141956 or 12324560. OLE color: 12324560.

HSL color Cylindrical-coordinate representation of color #D00EBC: hue angle of 306.19º 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 #D00EBC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 14 188 -
CMYK 0 0.93 0.10 0.18
HSL 306.19º 0.87% 0.44% -
HSV(B) 306.19º 0.93% 0.82% -
XYZ 35.25 17.35 49.07 -
YUV 91.84 182.27 210.85 -
System Red Green Blue C M Y K H S L
Decimal 208 14 188 0 0.93 0.10 0.18 306.19 0.87 0.44
Hex D0 E BC 0 5D A 12 132 57 2C
Octal 320 16 274 0 135 12 22 462 127 54
Binary 11010000 1110 10111100 0 1011101 1010 10010 100110010 1010111 101100

Color Harmonies of #D00EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00EBC

Black with #D00EBC

Text Example


Text Example

White with #D00EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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