Html Css Color HEX #D32ADB Deep Magenta

📋 copy color: '#D32ADB'

red 211 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #D32ADB

Tints of Deep Magenta #D32ADB

RGB

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

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

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

R = 44.7%
G = 8.9%
B = 46.4%

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

#D32ADB (or 0xD32ADB) is known color: Deep Magenta. HEX triplet: D3, 2A and DB. RGB value is (211,42,219). Sum of RGB (Red+Green+Blue) = 211+42+219=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #D32ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ADB is #2CD524. Grayscale: #707070. Windows color (decimal): -2938149 or 14363347. OLE color: 14363347.

HSL color Cylindrical-coordinate representation of color #D32ADB: hue angle of 297.29º degrees, saturation: 0.71, 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 #D32ADB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 42 219 -
CMYK 0.04 0.81 0 0.14
HSL 297.29º 0.71% 0.51% -
HSV(B) 297.29º 0.81% 0.86% -
XYZ 40.48 20.62 68.86 -
YUV 112.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 211 42 219 0.04 0.81 0 0.14 297.29 0.71 0.51
Hex D3 2A DB 4 51 0 E 129 47 33
Octal 323 52 333 4 121 0 16 451 107 63
Binary 11010011 101010 11011011 100 1010001 0 1110 100101001 1000111 110011

Color Harmonies of #D32ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32ADB

Black with #D32ADB

Text Example


Text Example

White with #D32ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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