Html Css Color HEX #D504AE Deep Magenta

📋 copy color: '#D504AE'

red 213 ◦ green 4 ◦ blue 174

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

Shades of Deep Magenta #D504AE

Tints of Deep Magenta #D504AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 54.48%
G = 1.02%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D504AE (or 0xD504AE) is known color: Deep Magenta. HEX triplet: D5, 04 and AE. RGB value is (213,4,174). Sum of RGB (Red+Green+Blue) = 213+4+174=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D504AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D504AE is #2AFB51. Grayscale: #555555. Windows color (decimal): -2816850 or 11404501. OLE color: 11404501.

HSL color Cylindrical-coordinate representation of color #D504AE: hue angle of 311.2º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504AE is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 174 -
CMYK 0 0.98 0.18 0.16
HSL 311.2º 0.96% 0.43% -
HSV(B) 311.2º 0.98% 0.84% -
XYZ 35.12 17.29 41.53 -
YUV 85.87 177.74 218.68 -
System Red Green Blue C M Y K H S L
Decimal 213 4 174 0 0.98 0.18 0.16 311.2 0.96 0.43
Hex D5 4 AE 0 62 12 10 137 60 2B
Octal 325 4 256 0 142 22 20 467 140 53
Binary 11010101 100 10101110 0 1100010 10010 10000 100110111 1100000 101011

Color Harmonies of #D504AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504AE

Black with #D504AE

Text Example


Text Example

White with #D504AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504AE; }

 p { color: rgb(213,4,174); }

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

background-color css

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

 a { background-color: rgb(213,4,174); }

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

border-color css

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

 span { border-color: rgb(213,4,174); }

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