Html Css Color HEX #D503CC Deep Magenta

📋 copy color: '#D503CC'

red 213 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #D503CC

Tints of Deep Magenta #D503CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 50.71%
G = 0.71%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D503CC (or 0xD503CC) is known color: Deep Magenta. HEX triplet: D5, 03 and CC. RGB value is (213,3,204). Sum of RGB (Red+Green+Blue) = 213+3+204=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D503CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503CC is #2AFC33. Grayscale: #585858. Windows color (decimal): -2817076 or 13370325. OLE color: 13370325.

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

Color convert

RGB 213 3 204 -
CMYK 0 0.99 0.04 0.16
HSL 302.57º 0.97% 0.42% -
HSV(B) 302.57º 0.99% 0.84% -
XYZ 38.37 18.57 58.69 -
YUV 88.7 193.07 216.66 -
System Red Green Blue C M Y K H S L
Decimal 213 3 204 0 0.99 0.04 0.16 302.57 0.97 0.42
Hex D5 3 CC 0 63 4 10 12F 61 2A
Octal 325 3 314 0 143 4 20 457 141 52
Binary 11010101 11 11001100 0 1100011 100 10000 100101111 1100001 101010

Color Harmonies of #D503CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503CC

Black with #D503CC

Text Example


Text Example

White with #D503CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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