Html Css Color HEX #D10EBE Deep Magenta

📋 copy color: '#D10EBE'

red 209 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #D10EBE

Tints of Deep Magenta #D10EBE

RGB

 RED value IS 209 (82.03% from 255) = 50.61%

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

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

R = 50.61%
G = 3.39%
B = 46%

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

#D10EBE (or 0xD10EBE) is known color: Deep Magenta. HEX triplet: D1, 0E and BE. RGB value is (209,14,190). Sum of RGB (Red+Green+Blue) = 209+14+190=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D10EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EBE is #2EF141. Grayscale: #5B5B5B. Windows color (decimal): -3076418 or 12455633. OLE color: 12455633.

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

Color convert

RGB 209 14 190 -
CMYK 0 0.93 0.09 0.18
HSL 305.85º 0.87% 0.44% -
HSV(B) 305.85º 0.93% 0.82% -
XYZ 35.75 17.59 50.23 -
YUV 92.37 183.1 211.19 -
System Red Green Blue C M Y K H S L
Decimal 209 14 190 0 0.93 0.09 0.18 305.85 0.87 0.44
Hex D1 E BE 0 5D 9 12 132 57 2C
Octal 321 16 276 0 135 11 22 462 127 54
Binary 11010001 1110 10111110 0 1011101 1001 10010 100110010 1010111 101100

Color Harmonies of #D10EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EBE

Black with #D10EBE

Text Example


Text Example

White with #D10EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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