Html Css Color HEX #D521BA Deep Magenta

📋 copy color: '#D521BA'

red 213 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #D521BA

Tints of Deep Magenta #D521BA

RGB

 RED value IS 213 (83.59% from 255) = 49.31%

 GREEN value IS 33 (13.28% from 255) = 7.64%

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 49.31%
G = 7.64%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D521BA (or 0xD521BA) is known color: Deep Magenta. HEX triplet: D5, 21 and BA. RGB value is (213,33,186). Sum of RGB (Red+Green+Blue) = 213+33+186=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D521BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521BA is #2ADE45. Grayscale: #676767. Windows color (decimal): -2809414 or 12198357. OLE color: 12198357.

HSL color Cylindrical-coordinate representation of color #D521BA: hue angle of 309º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D521BA is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 186 -
CMYK 0 0.85 0.13 0.16
HSL 309º 0.73% 0.48% -
HSV(B) 309º 0.85% 0.84% -
XYZ 36.85 18.78 48.14 -
YUV 104.26 174.13 205.56 -
System Red Green Blue C M Y K H S L
Decimal 213 33 186 0 0.85 0.13 0.16 309 0.73 0.48
Hex D5 21 BA 0 55 D 10 135 49 30
Octal 325 41 272 0 125 15 20 465 111 60
Binary 11010101 100001 10111010 0 1010101 1101 10000 100110101 1001001 110000

Color Harmonies of #D521BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521BA

Black with #D521BA

Text Example


Text Example

White with #D521BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521BA; }

 p { color: rgb(213,33,186); }

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

background-color css

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

 a { background-color: rgb(213,33,186); }

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

border-color css

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

 span { border-color: rgb(213,33,186); }

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