Html Css Color HEX #D412DA Deep Magenta

📋 copy color: '#D412DA'

red 212 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #D412DA

Tints of Deep Magenta #D412DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 47.32%
G = 4.02%
B = 48.66%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D412DA (or 0xD412DA) is known color: Deep Magenta. HEX triplet: D4, 12 and DA. RGB value is (212,18,218). Sum of RGB (Red+Green+Blue) = 212+18+218=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #D412DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412DA is #2BED25. Grayscale: #626262. Windows color (decimal): -2878758 or 14291668. OLE color: 14291668.

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

Color convert

RGB 212 18 218 -
CMYK 0.03 0.92 0 0.15
HSL 298.2º 0.85% 0.46% -
HSV(B) 298.2º 0.92% 0.85% -
XYZ 40.02 19.49 67.98 -
YUV 98.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 212 18 218 0.03 0.92 0 0.15 298.2 0.85 0.46
Hex D4 12 DA 3 5C 0 F 12A 55 2E
Octal 324 22 332 3 134 0 17 452 125 56
Binary 11010100 10010 11011010 11 1011100 0 1111 100101010 1010101 101110

Color Harmonies of #D412DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412DA

Black with #D412DA

Text Example


Text Example

White with #D412DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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