Html Css Color HEX #D503B1 Deep Magenta

📋 copy color: '#D503B1'

red 213 ◦ green 3 ◦ blue 177

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

Shades of Deep Magenta #D503B1

Tints of Deep Magenta #D503B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.04%

R = 54.2%
G = 0.76%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D503B1 (or 0xD503B1) is known color: Deep Magenta. HEX triplet: D5, 03 and B1. RGB value is (213,3,177). Sum of RGB (Red+Green+Blue) = 213+3+177=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D503B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D503B1 is #2AFC4E. Grayscale: #555555. Windows color (decimal): -2817103 or 11600853. OLE color: 11600853.

HSL color Cylindrical-coordinate representation of color #D503B1: hue angle of 310.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D503B1 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 177 -
CMYK 0 0.99 0.17 0.16
HSL 310.29º 0.97% 0.42% -
HSV(B) 310.29º 0.99% 0.84% -
XYZ 35.41 17.39 43.08 -
YUV 85.63 179.57 218.85 -
System Red Green Blue C M Y K H S L
Decimal 213 3 177 0 0.99 0.17 0.16 310.29 0.97 0.42
Hex D5 3 B1 0 63 11 10 136 61 2A
Octal 325 3 261 0 143 21 20 466 141 52
Binary 11010101 11 10110001 0 1100011 10001 10000 100110110 1100001 101010

Color Harmonies of #D503B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503B1

Black with #D503B1

Text Example


Text Example

White with #D503B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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