Html Css Color HEX #D32AD6 Deep Magenta

📋 copy color: '#D32AD6'

red 211 ◦ green 42 ◦ blue 214

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

Shades of Deep Magenta #D32AD6

Tints of Deep Magenta #D32AD6

RGB

 RED value IS 211 (82.81% from 255) = 45.18%

 GREEN value IS 42 (16.8% from 255) = 8.99%

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 45.18%
G = 8.99%
B = 45.82%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D32AD6 (or 0xD32AD6) is known color: Deep Magenta. HEX triplet: D3, 2A and D6. RGB value is (211,42,214). Sum of RGB (Red+Green+Blue) = 211+42+214=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #D32AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32AD6 is #2CD529. Grayscale: #6F6F6F. Windows color (decimal): -2938154 or 14035667. OLE color: 14035667.

HSL color Cylindrical-coordinate representation of color #D32AD6: hue angle of 298.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32AD6 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 42 214 -
CMYK 0.01 0.80 0 0.16
HSL 298.95º 0.68% 0.5% -
HSV(B) 298.95º 0.8% 0.84% -
XYZ 39.83 20.36 65.45 -
YUV 112.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 211 42 214 0.01 0.80 0 0.16 298.95 0.68 0.5
Hex D3 2A D6 1 50 0 10 12B 44 32
Octal 323 52 326 1 120 0 20 453 104 62
Binary 11010011 101010 11010110 1 1010000 0 10000 100101011 1000100 110010

Color Harmonies of #D32AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32AD6

Black with #D32AD6

Text Example


Text Example

White with #D32AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32AD6; }

 p { color: rgb(211,42,214); }

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

background-color css

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

 a { background-color: rgb(211,42,214); }

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

border-color css

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

 span { border-color: rgb(211,42,214); }

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