Html Css Color HEX #D410E1 Deep Magenta

📋 copy color: '#D410E1'

red 212 ◦ green 16 ◦ blue 225

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

Shades of Deep Magenta #D410E1

Tints of Deep Magenta #D410E1

RGB

 RED value IS 212 (83.2% from 255) = 46.8%

 GREEN value IS 16 (6.64% from 255) = 3.53%

 BLUE value IS 225 (88.28% from 255) = 49.67%

R = 46.8%
G = 3.53%
B = 49.67%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D410E1 (or 0xD410E1) is known color: Deep Magenta. HEX triplet: D4, 10 and E1. RGB value is (212,16,225). Sum of RGB (Red+Green+Blue) = 212+16+225=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #D410E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410E1 is #2BEF1E. Grayscale: #616161. Windows color (decimal): -2879263 or 14749908. OLE color: 14749908.

HSL color Cylindrical-coordinate representation of color #D410E1: hue angle of 296.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D410E1 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 16 225 -
CMYK 0.06 0.93 0 0.12
HSL 296.27º 0.87% 0.47% -
HSV(B) 296.27º 0.93% 0.88% -
XYZ 40.93 19.8 72.9 -
YUV 98.43 199.43 209.01 -
System Red Green Blue C M Y K H S L
Decimal 212 16 225 0.06 0.93 0 0.12 296.27 0.87 0.47
Hex D4 10 E1 6 5D 0 C 128 57 2F
Octal 324 20 341 6 135 0 14 450 127 57
Binary 11010100 10000 11100001 110 1011101 0 1100 100101000 1010111 101111

Color Harmonies of #D410E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D410E1

Black with #D410E1

Text Example


Text Example

White with #D410E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D410E1; }

 p { color: rgb(212,16,225); }

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

background-color css

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

 a { background-color: rgb(212,16,225); }

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

border-color css

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

 span { border-color: rgb(212,16,225); }

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