Html Css Color HEX #D504E2 Deep Magenta

📋 copy color: '#D504E2'

red 213 ◦ green 4 ◦ blue 226

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

Shades of Deep Magenta #D504E2

Tints of Deep Magenta #D504E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.02%

R = 48.08%
G = 0.9%
B = 51.02%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D504E2 (or 0xD504E2) is known color: Deep Magenta. HEX triplet: D5, 04 and E2. RGB value is (213,4,226). Sum of RGB (Red+Green+Blue) = 213+4+226=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 226 (88.67% from 255 or 51.02% from 443); Max value from RGB is 226 - color contains mainly: blue. Hex color #D504E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504E2 is #2AFB1D. Grayscale: #5B5B5B. Windows color (decimal): -2816798 or 14812373. OLE color: 14812373.

HSL color Cylindrical-coordinate representation of color #D504E2: hue angle of 296.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504E2 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 4 226 -
CMYK 0.06 0.98 0 0.11
HSL 296.49º 0.97% 0.45% -
HSV(B) 296.49º 0.98% 0.89% -
XYZ 41.21 19.72 73.59 -
YUV 91.8 203.74 214.45 -
System Red Green Blue C M Y K H S L
Decimal 213 4 226 0.06 0.98 0 0.11 296.49 0.97 0.45
Hex D5 4 E2 6 62 0 B 128 61 2D
Octal 325 4 342 6 142 0 13 450 141 55
Binary 11010101 100 11100010 110 1100010 0 1011 100101000 1100001 101101

Color Harmonies of #D504E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504E2

Black with #D504E2

Text Example


Text Example

White with #D504E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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