Html Css Color HEX #D326D2 Deep Magenta

📋 copy color: '#D326D2'

red 211 ◦ green 38 ◦ blue 210

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

Shades of Deep Magenta #D326D2

Tints of Deep Magenta #D326D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.75%

R = 45.97%
G = 8.28%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D326D2 (or 0xD326D2) is known color: Deep Magenta. HEX triplet: D3, 26 and D2. RGB value is (211,38,210). Sum of RGB (Red+Green+Blue) = 211+38+210=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D326D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D326D2 is #2CD92D. Grayscale: #6C6C6C. Windows color (decimal): -2939182 or 13772499. OLE color: 13772499.

HSL color Cylindrical-coordinate representation of color #D326D2: hue angle of 300.35º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D326D2 is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 38 210 -
CMYK 0 0.82 0.00 0.17
HSL 300.35º 0.69% 0.49% -
HSV(B) 300.35º 0.82% 0.83% -
XYZ 39.19 19.89 62.75 -
YUV 109.34 184.81 200.51 -
System Red Green Blue C M Y K H S L
Decimal 211 38 210 0 0.82 0.00 0.17 300.35 0.69 0.49
Hex D3 26 D2 0 52 0 11 12C 45 31
Octal 323 46 322 0 122 0 21 454 105 61
Binary 11010011 100110 11010010 0 1010010 0 10001 100101100 1000101 110001

Color Harmonies of #D326D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326D2

Black with #D326D2

Text Example


Text Example

White with #D326D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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