Html Css Color HEX #D524B9 Deep Magenta

📋 copy color: '#D524B9'

red 213 ◦ green 36 ◦ blue 185

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

Shades of Deep Magenta #D524B9

Tints of Deep Magenta #D524B9

RGB

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

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

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

R = 49.08%
G = 8.29%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D524B9 (or 0xD524B9) is known color: Deep Magenta. HEX triplet: D5, 24 and B9. RGB value is (213,36,185). Sum of RGB (Red+Green+Blue) = 213+36+185=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D524B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524B9 is #2ADB46. Grayscale: #696969. Windows color (decimal): -2808647 or 12133589. OLE color: 12133589.

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

Color convert

RGB 213 36 185 -
CMYK 0 0.83 0.13 0.16
HSL 309.49º 0.71% 0.49% -
HSV(B) 309.49º 0.83% 0.84% -
XYZ 36.83 18.91 47.61 -
YUV 105.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 213 36 185 0 0.83 0.13 0.16 309.49 0.71 0.49
Hex D5 24 B9 0 53 D 10 135 47 31
Octal 325 44 271 0 123 15 20 465 107 61
Binary 11010101 100100 10111001 0 1010011 1101 10000 100110101 1000111 110001

Color Harmonies of #D524B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D524B9

Black with #D524B9

Text Example


Text Example

White with #D524B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D524B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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