Html Css Color HEX #D523BA Deep Magenta

📋 copy color: '#D523BA'

red 213 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #D523BA

Tints of Deep Magenta #D523BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.06%

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

R = 49.08%
G = 8.06%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D523BA (or 0xD523BA) is known color: Deep Magenta. HEX triplet: D5, 23 and BA. RGB value is (213,35,186). Sum of RGB (Red+Green+Blue) = 213+35+186=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D523BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523BA is #2ADC45. Grayscale: #696969. Windows color (decimal): -2808902 or 12198869. OLE color: 12198869.

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

Color convert

RGB 213 35 186 -
CMYK 0 0.84 0.13 0.16
HSL 309.1º 0.72% 0.49% -
HSV(B) 309.1º 0.84% 0.84% -
XYZ 36.9 18.89 48.16 -
YUV 105.44 173.47 204.72 -
System Red Green Blue C M Y K H S L
Decimal 213 35 186 0 0.84 0.13 0.16 309.1 0.72 0.49
Hex D5 23 BA 0 54 D 10 135 48 31
Octal 325 43 272 0 124 15 20 465 110 61
Binary 11010101 100011 10111010 0 1010100 1101 10000 100110101 1001000 110001

Color Harmonies of #D523BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523BA

Black with #D523BA

Text Example


Text Example

White with #D523BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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