#D326BE

Color #D326BE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D326BE

Tints of Deep Magenta #D326BE

Color information

#D326BE (or 0xD326BE) is unknown color: approx Deep Magenta. HEX triplet: D3, 26 and BE. RGB value is (211,38,190). Sum of RGB (Red+Green+Blue) = 211+38+190=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D326BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D326BE is #2CD941. Grayscale: #6A6A6A. Windows color (decimal): -2939202 or 12461779. OLE color: 12461779.

HSL color Cylindrical-coordinate representation of color #D326BE: hue angle of 307.28º 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 #D326BE is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB21138190-
CMYK00.820.100.17
HSL307.28º69.48%48.82%-
HSV(B)307.28º81.99%82.75%-
XYZ36.8518.9550.43-
YUV107.06174.81202.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.06%
GREEN value IS 38 (15.23% from 255) = 8.66%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=48.06%
G=8.66%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113819000.820.100.17307.2869.4848.82
HexD326BE052A111334531
Octal323462760122122146310561
Binary1101001110011010111110010100101010100011001100111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D326BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D326BE; }

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

 H1.HeaderClassName
 {
   color: #D326BE;
 }
 .AnyTagClassName
 {
   color: #D326BE;
 }
</style>
background-color css

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

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

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

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

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

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