Html Css Color HEX #D503B8 Deep Magenta

📋 copy color: '#D503B8'

red 213 ◦ green 3 ◦ blue 184

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

Shades of Deep Magenta #D503B8

Tints of Deep Magenta #D503B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46%

R = 53.25%
G = 0.75%
B = 46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D503B8 (or 0xD503B8) is known color: Deep Magenta. HEX triplet: D5, 03 and B8. RGB value is (213,3,184). Sum of RGB (Red+Green+Blue) = 213+3+184=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D503B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503B8 is #2AFC47. Grayscale: #555555. Windows color (decimal): -2817096 or 12059605. OLE color: 12059605.

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

Color convert

RGB 213 3 184 -
CMYK 0 0.99 0.14 0.16
HSL 308.29º 0.97% 0.42% -
HSV(B) 308.29º 0.99% 0.84% -
XYZ 36.12 17.67 46.85 -
YUV 86.42 183.07 218.28 -
System Red Green Blue C M Y K H S L
Decimal 213 3 184 0 0.99 0.14 0.16 308.29 0.97 0.42
Hex D5 3 B8 0 63 E 10 134 61 2A
Octal 325 3 270 0 143 16 20 464 141 52
Binary 11010101 11 10111000 0 1100011 1110 10000 100110100 1100001 101010

Color Harmonies of #D503B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503B8

Black with #D503B8

Text Example


Text Example

White with #D503B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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