Html Css Color HEX #D410DD Deep Magenta

📋 copy color: '#D410DD'

red 212 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #D410DD

Tints of Deep Magenta #D410DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 47.22%
G = 3.56%
B = 49.22%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D410DD (or 0xD410DD) is known color: Deep Magenta. HEX triplet: D4, 10 and DD. RGB value is (212,16,221). Sum of RGB (Red+Green+Blue) = 212+16+221=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #D410DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410DD is #2BEF22. Grayscale: #616161. Windows color (decimal): -2879267 or 14487764. OLE color: 14487764.

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

Color convert

RGB 212 16 221 -
CMYK 0.04 0.93 0 0.13
HSL 297.37º 0.86% 0.46% -
HSV(B) 297.37º 0.93% 0.87% -
XYZ 40.39 19.59 70.06 -
YUV 97.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 212 16 221 0.04 0.93 0 0.13 297.37 0.86 0.46
Hex D4 10 DD 4 5D 0 D 129 56 2E
Octal 324 20 335 4 135 0 15 451 126 56
Binary 11010100 10000 11011101 100 1011101 0 1101 100101001 1010110 101110

Color Harmonies of #D410DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D410DD

Black with #D410DD

Text Example


Text Example

White with #D410DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D410DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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