Html Css Color HEX #D326DB Deep Magenta

📋 copy color: '#D326DB'

red 211 ◦ green 38 ◦ blue 219

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

Shades of Deep Magenta #D326DB

Tints of Deep Magenta #D326DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.12%

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

R = 45.09%
G = 8.12%
B = 46.79%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D326DB (or 0xD326DB) is known color: Deep Magenta. HEX triplet: D3, 26 and DB. RGB value is (211,38,219). Sum of RGB (Red+Green+Blue) = 211+38+219=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #D326DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D326DB is #2CD924. Grayscale: #6D6D6D. Windows color (decimal): -2939173 or 14362323. OLE color: 14362323.

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

Color convert

RGB 211 38 219 -
CMYK 0.04 0.83 0 0.14
HSL 297.35º 0.72% 0.5% -
HSV(B) 297.35º 0.83% 0.86% -
XYZ 40.34 20.35 68.82 -
YUV 110.36 189.31 199.78 -
System Red Green Blue C M Y K H S L
Decimal 211 38 219 0.04 0.83 0 0.14 297.35 0.72 0.5
Hex D3 26 DB 4 53 0 E 129 48 32
Octal 323 46 333 4 123 0 16 451 110 62
Binary 11010011 100110 11011011 100 1010011 0 1110 100101001 1001000 110010

Color Harmonies of #D326DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326DB

Black with #D326DB

Text Example


Text Example

White with #D326DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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