Html Css Color HEX #D10EBC Deep Magenta

📋 copy color: '#D10EBC'

red 209 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #D10EBC

Tints of Deep Magenta #D10EBC

RGB

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

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

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

R = 50.85%
G = 3.41%
B = 45.74%

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

#D10EBC (or 0xD10EBC) is known color: Deep Magenta. HEX triplet: D1, 0E and BC. RGB value is (209,14,188). Sum of RGB (Red+Green+Blue) = 209+14+188=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D10EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EBC is #2EF143. Grayscale: #5B5B5B. Windows color (decimal): -3076420 or 12324561. OLE color: 12324561.

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

Color convert

RGB 209 14 188 -
CMYK 0 0.93 0.10 0.18
HSL 306.46º 0.87% 0.44% -
HSV(B) 306.46º 0.93% 0.82% -
XYZ 35.53 17.5 49.08 -
YUV 92.14 182.1 211.35 -
System Red Green Blue C M Y K H S L
Decimal 209 14 188 0 0.93 0.10 0.18 306.46 0.87 0.44
Hex D1 E BC 0 5D A 12 132 57 2C
Octal 321 16 274 0 135 12 22 462 127 54
Binary 11010001 1110 10111100 0 1011101 1010 10010 100110010 1010111 101100

Color Harmonies of #D10EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EBC

Black with #D10EBC

Text Example


Text Example

White with #D10EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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