Html Css Color HEX #D411DD Deep Magenta

📋 copy color: '#D411DD'

red 212 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #D411DD

Tints of Deep Magenta #D411DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.78%

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

R = 47.11%
G = 3.78%
B = 49.11%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D411DD (or 0xD411DD) is known color: Deep Magenta. HEX triplet: D4, 11 and DD. RGB value is (212,17,221). Sum of RGB (Red+Green+Blue) = 212+17+221=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #D411DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411DD is #2BEE22. Grayscale: #616161. Windows color (decimal): -2879011 or 14488020. OLE color: 14488020.

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

Color convert

RGB 212 17 221 -
CMYK 0.04 0.92 0 0.13
HSL 297.35º 0.86% 0.47% -
HSV(B) 297.35º 0.92% 0.87% -
XYZ 40.4 19.62 70.06 -
YUV 98.56 197.1 208.91 -
System Red Green Blue C M Y K H S L
Decimal 212 17 221 0.04 0.92 0 0.13 297.35 0.86 0.47
Hex D4 11 DD 4 5C 0 D 129 56 2F
Octal 324 21 335 4 134 0 15 451 126 57
Binary 11010100 10001 11011101 100 1011100 0 1101 100101001 1010110 101111

Color Harmonies of #D411DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411DD

Black with #D411DD

Text Example


Text Example

White with #D411DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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