Html Css Color HEX #D324BB Deep Magenta

📋 copy color: '#D324BB'

red 211 ◦ green 36 ◦ blue 187

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

Shades of Deep Magenta #D324BB

Tints of Deep Magenta #D324BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.29%

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

R = 48.62%
G = 8.29%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D324BB (or 0xD324BB) is known color: Deep Magenta. HEX triplet: D3, 24 and BB. RGB value is (211,36,187). Sum of RGB (Red+Green+Blue) = 211+36+187=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D324BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324BB is #2CDB44. Grayscale: #696969. Windows color (decimal): -2939717 or 12264659. OLE color: 12264659.

HSL color Cylindrical-coordinate representation of color #D324BB: hue angle of 308.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D324BB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 187 -
CMYK 0 0.83 0.11 0.17
HSL 308.23º 0.71% 0.48% -
HSV(B) 308.23º 0.83% 0.83% -
XYZ 36.46 18.7 48.7 -
YUV 105.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 211 36 187 0 0.83 0.11 0.17 308.23 0.71 0.48
Hex D3 24 BB 0 53 B 11 134 47 30
Octal 323 44 273 0 123 13 21 464 107 60
Binary 11010011 100100 10111011 0 1010011 1011 10001 100110100 1000111 110000

Color Harmonies of #D324BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324BB

Black with #D324BB

Text Example


Text Example

White with #D324BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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