Html Css Color HEX #D410DF Deep Magenta

📋 copy color: '#D410DF'

red 212 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #D410DF

Tints of Deep Magenta #D410DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 47.01%
G = 3.55%
B = 49.45%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D410DF (or 0xD410DF) is known color: Deep Magenta. HEX triplet: D4, 10 and DF. RGB value is (212,16,223). Sum of RGB (Red+Green+Blue) = 212+16+223=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D410DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410DF is #2BEF20. Grayscale: #616161. Windows color (decimal): -2879265 or 14618836. OLE color: 14618836.

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

Color convert

RGB 212 16 223 -
CMYK 0.05 0.93 0 0.13
HSL 296.81º 0.87% 0.47% -
HSV(B) 296.81º 0.93% 0.87% -
XYZ 40.66 19.7 71.47 -
YUV 98.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 212 16 223 0.05 0.93 0 0.13 296.81 0.87 0.47
Hex D4 10 DF 5 5D 0 D 129 57 2F
Octal 324 20 337 5 135 0 15 451 127 57
Binary 11010100 10000 11011111 101 1011101 0 1101 100101001 1010111 101111

Color Harmonies of #D410DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D410DF

Black with #D410DF

Text Example


Text Example

White with #D410DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D410DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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