Html Css Color HEX #D329BB Deep Magenta

📋 copy color: '#D329BB'

red 211 ◦ green 41 ◦ blue 187

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

Shades of Deep Magenta #D329BB

Tints of Deep Magenta #D329BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.34%

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 48.06%
G = 9.34%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D329BB (or 0xD329BB) is known color: Deep Magenta. HEX triplet: D3, 29 and BB. RGB value is (211,41,187). Sum of RGB (Red+Green+Blue) = 211+41+187=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D329BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329BB is #2CD644. Grayscale: #6C6C6C. Windows color (decimal): -2938437 or 12265939. OLE color: 12265939.

HSL color Cylindrical-coordinate representation of color #D329BB: hue angle of 308.47º degrees, saturation: 0.67, 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 #D329BB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 187 -
CMYK 0 0.81 0.11 0.17
HSL 308.47º 0.67% 0.49% -
HSV(B) 308.47º 0.81% 0.83% -
XYZ 36.63 19.02 48.76 -
YUV 108.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 211 41 187 0 0.81 0.11 0.17 308.47 0.67 0.49
Hex D3 29 BB 0 51 B 11 134 43 31
Octal 323 51 273 0 121 13 21 464 103 61
Binary 11010011 101001 10111011 0 1010001 1011 10001 100110100 1000011 110001

Color Harmonies of #D329BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329BB

Black with #D329BB

Text Example


Text Example

White with #D329BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329BB; }

 p { color: rgb(211,41,187); }

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

background-color css

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

 a { background-color: rgb(211,41,187); }

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

border-color css

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

 span { border-color: rgb(211,41,187); }

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