Html Css Color HEX #D412DF Deep Magenta

📋 copy color: '#D412DF'

red 212 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #D412DF

Tints of Deep Magenta #D412DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 46.8%
G = 3.97%
B = 49.23%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D412DF (or 0xD412DF) is known color: Deep Magenta. HEX triplet: D4, 12 and DF. RGB value is (212,18,223). Sum of RGB (Red+Green+Blue) = 212+18+223=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #D412DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412DF is #2BED20. Grayscale: #626262. Windows color (decimal): -2878753 or 14619348. OLE color: 14619348.

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

Color convert

RGB 212 18 223 -
CMYK 0.05 0.92 0 0.13
HSL 296.78º 0.85% 0.47% -
HSV(B) 296.78º 0.92% 0.87% -
XYZ 40.69 19.76 71.48 -
YUV 99.38 197.77 208.33 -
System Red Green Blue C M Y K H S L
Decimal 212 18 223 0.05 0.92 0 0.13 296.78 0.85 0.47
Hex D4 12 DF 5 5C 0 D 129 55 2F
Octal 324 22 337 5 134 0 15 451 125 57
Binary 11010100 10010 11011111 101 1011100 0 1101 100101001 1010101 101111

Color Harmonies of #D412DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412DF

Black with #D412DF

Text Example


Text Example

White with #D412DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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