Html Css Color HEX #D328B6 Deep Magenta

📋 copy color: '#D328B6'

red 211 ◦ green 40 ◦ blue 182

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

Shades of Deep Magenta #D328B6

Tints of Deep Magenta #D328B6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.24%

 BLUE value IS 182 (71.48% from 255) = 42.03%

R = 48.73%
G = 9.24%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D328B6 (or 0xD328B6) is known color: Deep Magenta. HEX triplet: D3, 28 and B6. RGB value is (211,40,182). Sum of RGB (Red+Green+Blue) = 211+40+182=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D328B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328B6 is #2CD749. Grayscale: #6A6A6A. Windows color (decimal): -2938698 or 11938003. OLE color: 11938003.

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

Color convert

RGB 211 40 182 -
CMYK 0 0.81 0.14 0.17
HSL 310.18º 0.68% 0.49% -
HSV(B) 310.18º 0.81% 0.83% -
XYZ 36.07 18.74 45.97 -
YUV 107.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 211 40 182 0 0.81 0.14 0.17 310.18 0.68 0.49
Hex D3 28 B6 0 51 E 11 136 44 31
Octal 323 50 266 0 121 16 21 466 104 61
Binary 11010011 101000 10110110 0 1010001 1110 10001 100110110 1000100 110001

Color Harmonies of #D328B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328B6

Black with #D328B6

Text Example


Text Example

White with #D328B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328B6; }

 p { color: rgb(211,40,182); }

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

background-color css

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

 a { background-color: rgb(211,40,182); }

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

border-color css

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

 span { border-color: rgb(211,40,182); }

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