Html Css Color HEX #D326DE Deep Magenta

📋 copy color: '#D326DE'

red 211 ◦ green 38 ◦ blue 222

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

Shades of Deep Magenta #D326DE

Tints of Deep Magenta #D326DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 44.8%
G = 8.07%
B = 47.13%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D326DE (or 0xD326DE) is known color: Deep Magenta. HEX triplet: D3, 26 and DE. RGB value is (211,38,222). Sum of RGB (Red+Green+Blue) = 211+38+222=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #D326DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D326DE is #2CD921. Grayscale: #6E6E6E. Windows color (decimal): -2939170 or 14558931. OLE color: 14558931.

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

Color convert

RGB 211 38 222 -
CMYK 0.05 0.83 0 0.13
HSL 296.41º 0.74% 0.51% -
HSV(B) 296.41º 0.83% 0.87% -
XYZ 40.74 20.51 70.92 -
YUV 110.7 190.81 199.54 -
System Red Green Blue C M Y K H S L
Decimal 211 38 222 0.05 0.83 0 0.13 296.41 0.74 0.51
Hex D3 26 DE 5 53 0 D 128 4A 33
Octal 323 46 336 5 123 0 15 450 112 63
Binary 11010011 100110 11011110 101 1010011 0 1101 100101000 1001010 110011

Color Harmonies of #D326DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326DE

Black with #D326DE

Text Example


Text Example

White with #D326DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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