Html Css Color HEX #D503C4 Deep Magenta

📋 copy color: '#D503C4'

red 213 ◦ green 3 ◦ blue 196

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

Shades of Deep Magenta #D503C4

Tints of Deep Magenta #D503C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.57%

R = 51.7%
G = 0.73%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D503C4 (or 0xD503C4) is known color: Deep Magenta. HEX triplet: D5, 03 and C4. RGB value is (213,3,196). Sum of RGB (Red+Green+Blue) = 213+3+196=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D503C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503C4 is #2AFC3B. Grayscale: #575757. Windows color (decimal): -2817084 or 12846037. OLE color: 12846037.

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

Color convert

RGB 213 3 196 -
CMYK 0 0.99 0.08 0.16
HSL 304.86º 0.97% 0.42% -
HSV(B) 304.86º 0.99% 0.84% -
XYZ 37.44 18.2 53.76 -
YUV 87.79 189.07 217.31 -
System Red Green Blue C M Y K H S L
Decimal 213 3 196 0 0.99 0.08 0.16 304.86 0.97 0.42
Hex D5 3 C4 0 63 8 10 131 61 2A
Octal 325 3 304 0 143 10 20 461 141 52
Binary 11010101 11 11000100 0 1100011 1000 10000 100110001 1100001 101010

Color Harmonies of #D503C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503C4

Black with #D503C4

Text Example


Text Example

White with #D503C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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