Html Css Color HEX #D10EC4 Deep Magenta

📋 copy color: '#D10EC4'

red 209 ◦ green 14 ◦ blue 196

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

Shades of Deep Magenta #D10EC4

Tints of Deep Magenta #D10EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.78%

R = 49.88%
G = 3.34%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D10EC4 (or 0xD10EC4) is known color: Deep Magenta. HEX triplet: D1, 0E and C4. RGB value is (209,14,196). Sum of RGB (Red+Green+Blue) = 209+14+196=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D10EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EC4 is #2EF13B. Grayscale: #5C5C5C. Windows color (decimal): -3076412 or 12848849. OLE color: 12848849.

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

Color convert

RGB 209 14 196 -
CMYK 0 0.93 0.06 0.18
HSL 304º 0.87% 0.44% -
HSV(B) 304º 0.93% 0.82% -
XYZ 36.42 17.85 53.75 -
YUV 93.05 186.1 210.7 -
System Red Green Blue C M Y K H S L
Decimal 209 14 196 0 0.93 0.06 0.18 304 0.87 0.44
Hex D1 E C4 0 5D 6 12 130 57 2C
Octal 321 16 304 0 135 6 22 460 127 54
Binary 11010001 1110 11000100 0 1011101 110 10010 100110000 1010111 101100

Color Harmonies of #D10EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EC4

Black with #D10EC4

Text Example


Text Example

White with #D10EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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