Html Css Color HEX #D412DB Deep Magenta

📋 copy color: '#D412DB'

red 212 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #D412DB

Tints of Deep Magenta #D412DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 47.22%
G = 4.01%
B = 48.78%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D412DB (or 0xD412DB) is known color: Deep Magenta. HEX triplet: D4, 12 and DB. RGB value is (212,18,219). Sum of RGB (Red+Green+Blue) = 212+18+219=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D412DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412DB is #2BED24. Grayscale: #626262. Windows color (decimal): -2878757 or 14357204. OLE color: 14357204.

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

Color convert

RGB 212 18 219 -
CMYK 0.03 0.92 0 0.14
HSL 297.91º 0.85% 0.46% -
HSV(B) 297.91º 0.92% 0.86% -
XYZ 40.15 19.54 68.67 -
YUV 98.92 195.77 208.66 -
System Red Green Blue C M Y K H S L
Decimal 212 18 219 0.03 0.92 0 0.14 297.91 0.85 0.46
Hex D4 12 DB 3 5C 0 E 12A 55 2E
Octal 324 22 333 3 134 0 16 452 125 56
Binary 11010100 10010 11011011 11 1011100 0 1110 100101010 1010101 101110

Color Harmonies of #D412DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412DB

Black with #D412DB

Text Example


Text Example

White with #D412DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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