Html Css Color HEX #D523B9 Deep Magenta

📋 copy color: '#D523B9'

red 213 ◦ green 35 ◦ blue 185

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

Shades of Deep Magenta #D523B9

Tints of Deep Magenta #D523B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 49.19%
G = 8.08%
B = 42.73%

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

#D523B9 (or 0xD523B9) is known color: Deep Magenta. HEX triplet: D5, 23 and B9. RGB value is (213,35,185). Sum of RGB (Red+Green+Blue) = 213+35+185=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D523B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523B9 is #2ADC46. Grayscale: #686868. Windows color (decimal): -2808903 or 12133333. OLE color: 12133333.

HSL color Cylindrical-coordinate representation of color #D523B9: hue angle of 309.44º 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 #D523B9 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 185 -
CMYK 0 0.84 0.13 0.16
HSL 309.44º 0.72% 0.49% -
HSV(B) 309.44º 0.84% 0.84% -
XYZ 36.8 18.85 47.6 -
YUV 105.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 213 35 185 0 0.84 0.13 0.16 309.44 0.72 0.49
Hex D5 23 B9 0 54 D 10 135 48 31
Octal 325 43 271 0 124 15 20 465 110 61
Binary 11010101 100011 10111001 0 1010100 1101 10000 100110101 1001000 110001

Color Harmonies of #D523B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523B9

Black with #D523B9

Text Example


Text Example

White with #D523B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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