Html Css Color HEX #D32ADC Deep Magenta

📋 copy color: '#D32ADC'

red 211 ◦ green 42 ◦ blue 220

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

Shades of Deep Magenta #D32ADC

Tints of Deep Magenta #D32ADC

RGB

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

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

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

R = 44.61%
G = 8.88%
B = 46.51%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D32ADC (or 0xD32ADC) is known color: Deep Magenta. HEX triplet: D3, 2A and DC. RGB value is (211,42,220). Sum of RGB (Red+Green+Blue) = 211+42+220=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #D32ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ADC is #2CD523. Grayscale: #707070. Windows color (decimal): -2938148 or 14428883. OLE color: 14428883.

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

Color convert

RGB 211 42 220 -
CMYK 0.04 0.81 0 0.14
HSL 296.97º 0.72% 0.51% -
HSV(B) 296.97º 0.81% 0.86% -
XYZ 40.61 20.67 69.56 -
YUV 112.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 211 42 220 0.04 0.81 0 0.14 296.97 0.72 0.51
Hex D3 2A DC 4 51 0 E 129 48 33
Octal 323 52 334 4 121 0 16 451 110 63
Binary 11010011 101010 11011100 100 1010001 0 1110 100101001 1001000 110011

Color Harmonies of #D32ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32ADC

Black with #D32ADC

Text Example


Text Example

White with #D32ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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