Html Css Color HEX #D10EAC Deep Magenta

📋 copy color: '#D10EAC'

red 209 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #D10EAC

Tints of Deep Magenta #D10EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 52.91%
G = 3.54%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D10EAC (or 0xD10EAC) is known color: Deep Magenta. HEX triplet: D1, 0E and AC. RGB value is (209,14,172). Sum of RGB (Red+Green+Blue) = 209+14+172=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D10EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10EAC is #2EF153. Grayscale: #595959. Windows color (decimal): -3076436 or 11275985. OLE color: 11275985.

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

Color convert

RGB 209 14 172 -
CMYK 0 0.93 0.18 0.18
HSL 311.38º 0.87% 0.44% -
HSV(B) 311.38º 0.93% 0.82% -
XYZ 33.9 16.85 40.5 -
YUV 90.32 174.1 212.65 -
System Red Green Blue C M Y K H S L
Decimal 209 14 172 0 0.93 0.18 0.18 311.38 0.87 0.44
Hex D1 E AC 0 5D 12 12 137 57 2C
Octal 321 16 254 0 135 22 22 467 127 54
Binary 11010001 1110 10101100 0 1011101 10010 10010 100110111 1010111 101100

Color Harmonies of #D10EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EAC

Black with #D10EAC

Text Example


Text Example

White with #D10EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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