Html Css Color HEX #D412DD Deep Magenta

📋 copy color: '#D412DD'

red 212 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #D412DD

Tints of Deep Magenta #D412DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.99%

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

R = 47.01%
G = 3.99%
B = 49%

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

#D412DD (or 0xD412DD) is known color: Deep Magenta. HEX triplet: D4, 12 and DD. RGB value is (212,18,221). Sum of RGB (Red+Green+Blue) = 212+18+221=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #D412DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412DD is #2BED22. Grayscale: #626262. Windows color (decimal): -2878755 or 14488276. OLE color: 14488276.

HSL color Cylindrical-coordinate representation of color #D412DD: hue angle of 297.34º degrees, saturation: 0.85, 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 #D412DD is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 18 221 -
CMYK 0.04 0.92 0 0.13
HSL 297.34º 0.85% 0.47% -
HSV(B) 297.34º 0.92% 0.87% -
XYZ 40.42 19.65 70.07 -
YUV 99.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 212 18 221 0.04 0.92 0 0.13 297.34 0.85 0.47
Hex D4 12 DD 4 5C 0 D 129 55 2F
Octal 324 22 335 4 134 0 15 451 125 57
Binary 11010100 10010 11011101 100 1011100 0 1101 100101001 1010101 101111

Color Harmonies of #D412DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412DD

Black with #D412DD

Text Example


Text Example

White with #D412DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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