Html Css Color HEX #D412DC Deep Magenta

📋 copy color: '#D412DC'

red 212 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #D412DC

Tints of Deep Magenta #D412DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 47.11%
G = 4%
B = 48.89%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D412DC (or 0xD412DC) is known color: Deep Magenta. HEX triplet: D4, 12 and DC. RGB value is (212,18,220). Sum of RGB (Red+Green+Blue) = 212+18+220=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #D412DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412DC is #2BED23. Grayscale: #626262. Windows color (decimal): -2878756 or 14422740. OLE color: 14422740.

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

Color convert

RGB 212 18 220 -
CMYK 0.04 0.92 0 0.14
HSL 297.62º 0.85% 0.47% -
HSV(B) 297.62º 0.92% 0.86% -
XYZ 40.29 19.6 69.37 -
YUV 99.03 196.27 208.57 -
System Red Green Blue C M Y K H S L
Decimal 212 18 220 0.04 0.92 0 0.14 297.62 0.85 0.47
Hex D4 12 DC 4 5C 0 E 12A 55 2F
Octal 324 22 334 4 134 0 16 452 125 57
Binary 11010100 10010 11011100 100 1011100 0 1110 100101010 1010101 101111

Color Harmonies of #D412DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412DC

Black with #D412DC

Text Example


Text Example

White with #D412DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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