Html Css Color HEX #D503E4 Deep Magenta

📋 copy color: '#D503E4'

red 213 ◦ green 3 ◦ blue 228

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

Shades of Deep Magenta #D503E4

Tints of Deep Magenta #D503E4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

 BLUE value IS 228 (89.45% from 255) = 51.35%

R = 47.97%
G = 0.68%
B = 51.35%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D503E4 (or 0xD503E4) is known color: Deep Magenta. HEX triplet: D5, 03 and E4. RGB value is (213,3,228). Sum of RGB (Red+Green+Blue) = 213+3+228=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 228 (89.45% from 255 or 51.35% from 444); Max value from RGB is 228 - color contains mainly: blue. Hex color #D503E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503E4 is #2AFC1B. Grayscale: #5A5A5A. Windows color (decimal): -2817052 or 14943189. OLE color: 14943189.

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

Color convert

RGB 213 3 228 -
CMYK 0.07 0.99 0 0.11
HSL 296º 0.97% 0.45% -
HSV(B) 296º 0.99% 0.89% -
XYZ 41.48 19.81 75.04 -
YUV 91.44 205.07 214.7 -
System Red Green Blue C M Y K H S L
Decimal 213 3 228 0.07 0.99 0 0.11 296 0.97 0.45
Hex D5 3 E4 7 63 0 B 128 61 2D
Octal 325 3 344 7 143 0 13 450 141 55
Binary 11010101 11 11100100 111 1100011 0 1011 100101000 1100001 101101

Color Harmonies of #D503E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503E4

Black with #D503E4

Text Example


Text Example

White with #D503E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503E4; }

 p { color: rgb(213,3,228); }

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

background-color css

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

 a { background-color: rgb(213,3,228); }

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

border-color css

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

 span { border-color: rgb(213,3,228); }

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