Html Css Color HEX #D329DB Deep Magenta

📋 copy color: '#D329DB'

red 211 ◦ green 41 ◦ blue 219

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

Shades of Deep Magenta #D329DB

Tints of Deep Magenta #D329DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.7%

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

R = 44.8%
G = 8.7%
B = 46.5%

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

#D329DB (or 0xD329DB) is known color: Deep Magenta. HEX triplet: D3, 29 and DB. RGB value is (211,41,219). Sum of RGB (Red+Green+Blue) = 211+41+219=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D329DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329DB is #2CD624. Grayscale: #6F6F6F. Windows color (decimal): -2938405 or 14363091. OLE color: 14363091.

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

Color convert

RGB 211 41 219 -
CMYK 0.04 0.81 0 0.14
HSL 297.3º 0.71% 0.51% -
HSV(B) 297.3º 0.81% 0.86% -
XYZ 40.44 20.55 68.85 -
YUV 112.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 211 41 219 0.04 0.81 0 0.14 297.3 0.71 0.51
Hex D3 29 DB 4 51 0 E 129 47 33
Octal 323 51 333 4 121 0 16 451 107 63
Binary 11010011 101001 11011011 100 1010001 0 1110 100101001 1000111 110011

Color Harmonies of #D329DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329DB

Black with #D329DB

Text Example


Text Example

White with #D329DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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