Html Css Color HEX #D503C6 Deep Magenta

📋 copy color: '#D503C6'

red 213 ◦ green 3 ◦ blue 198

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

Shades of Deep Magenta #D503C6

Tints of Deep Magenta #D503C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 51.45%
G = 0.72%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D503C6 (or 0xD503C6) is known color: Deep Magenta. HEX triplet: D5, 03 and C6. RGB value is (213,3,198). Sum of RGB (Red+Green+Blue) = 213+3+198=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D503C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503C6 is #2AFC39. Grayscale: #575757. Windows color (decimal): -2817082 or 12977109. OLE color: 12977109.

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

Color convert

RGB 213 3 198 -
CMYK 0 0.99 0.07 0.16
HSL 304.29º 0.97% 0.42% -
HSV(B) 304.29º 0.99% 0.84% -
XYZ 37.67 18.29 54.97 -
YUV 88.02 190.07 217.14 -
System Red Green Blue C M Y K H S L
Decimal 213 3 198 0 0.99 0.07 0.16 304.29 0.97 0.42
Hex D5 3 C6 0 63 7 10 130 61 2A
Octal 325 3 306 0 143 7 20 460 141 52
Binary 11010101 11 11000110 0 1100011 111 10000 100110000 1100001 101010

Color Harmonies of #D503C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503C6

Black with #D503C6

Text Example


Text Example

White with #D503C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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