Html Css Color HEX #D32ADD Deep Magenta

📋 copy color: '#D32ADD'

red 211 ◦ green 42 ◦ blue 221

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

Shades of Deep Magenta #D32ADD

Tints of Deep Magenta #D32ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 44.51%
G = 8.86%
B = 46.62%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D32ADD (or 0xD32ADD) is known color: Deep Magenta. HEX triplet: D3, 2A and DD. RGB value is (211,42,221). Sum of RGB (Red+Green+Blue) = 211+42+221=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #D32ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ADD is #2CD522. Grayscale: #707070. Windows color (decimal): -2938147 or 14494419. OLE color: 14494419.

HSL color Cylindrical-coordinate representation of color #D32ADD: hue angle of 296.65º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32ADD is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 42 221 -
CMYK 0.05 0.81 0 0.13
HSL 296.65º 0.72% 0.52% -
HSV(B) 296.65º 0.81% 0.87% -
XYZ 40.74 20.73 70.26 -
YUV 112.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 211 42 221 0.05 0.81 0 0.13 296.65 0.72 0.52
Hex D3 2A DD 5 51 0 D 129 48 34
Octal 323 52 335 5 121 0 15 451 110 64
Binary 11010011 101010 11011101 101 1010001 0 1101 100101001 1001000 110100

Color Harmonies of #D32ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32ADD

Black with #D32ADD

Text Example


Text Example

White with #D32ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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