Html Css Color HEX #D410D9 Deep Magenta

📋 copy color: '#D410D9'

red 212 ◦ green 16 ◦ blue 217

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

Shades of Deep Magenta #D410D9

Tints of Deep Magenta #D410D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.76%

R = 47.64%
G = 3.6%
B = 48.76%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D410D9 (or 0xD410D9) is known color: Deep Magenta. HEX triplet: D4, 10 and D9. RGB value is (212,16,217). Sum of RGB (Red+Green+Blue) = 212+16+217=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #D410D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410D9 is #2BEF26. Grayscale: #606060. Windows color (decimal): -2879271 or 14225620. OLE color: 14225620.

HSL color Cylindrical-coordinate representation of color #D410D9: hue angle of 298.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D410D9 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 16 217 -
CMYK 0.02 0.93 0 0.15
HSL 298.51º 0.86% 0.46% -
HSV(B) 298.51º 0.93% 0.85% -
XYZ 39.86 19.38 67.28 -
YUV 97.52 195.43 209.66 -
System Red Green Blue C M Y K H S L
Decimal 212 16 217 0.02 0.93 0 0.15 298.51 0.86 0.46
Hex D4 10 D9 2 5D 0 F 12B 56 2E
Octal 324 20 331 2 135 0 17 453 126 56
Binary 11010100 10000 11011001 10 1011101 0 1111 100101011 1010110 101110

Color Harmonies of #D410D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D410D9

Black with #D410D9

Text Example


Text Example

White with #D410D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D410D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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