Html Css Color HEX #D503B9 Deep Magenta

📋 copy color: '#D503B9'

red 213 ◦ green 3 ◦ blue 185

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

Shades of Deep Magenta #D503B9

Tints of Deep Magenta #D503B9

RGB

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

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

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

R = 53.12%
G = 0.75%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D503B9 (or 0xD503B9) is known color: Deep Magenta. HEX triplet: D5, 03 and B9. RGB value is (213,3,185). Sum of RGB (Red+Green+Blue) = 213+3+185=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D503B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503B9 is #2AFC46. Grayscale: #565656. Windows color (decimal): -2817095 or 12125141. OLE color: 12125141.

HSL color Cylindrical-coordinate representation of color #D503B9: hue angle of 308º 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 #D503B9 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 185 -
CMYK 0 0.99 0.13 0.16
HSL 308º 0.97% 0.42% -
HSV(B) 308º 0.99% 0.84% -
XYZ 36.23 17.71 47.41 -
YUV 86.54 183.57 218.2 -
System Red Green Blue C M Y K H S L
Decimal 213 3 185 0 0.99 0.13 0.16 308 0.97 0.42
Hex D5 3 B9 0 63 D 10 134 61 2A
Octal 325 3 271 0 143 15 20 464 141 52
Binary 11010101 11 10111001 0 1100011 1101 10000 100110100 1100001 101010

Color Harmonies of #D503B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503B9

Black with #D503B9

Text Example


Text Example

White with #D503B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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