Html Css Color HEX #D503CE Deep Magenta

📋 copy color: '#D503CE'

red 213 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #D503CE

Tints of Deep Magenta #D503CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 50.47%
G = 0.71%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D503CE (or 0xD503CE) is known color: Deep Magenta. HEX triplet: D5, 03 and CE. RGB value is (213,3,206). Sum of RGB (Red+Green+Blue) = 213+3+206=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D503CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503CE is #2AFC31. Grayscale: #585858. Windows color (decimal): -2817074 or 13501397. OLE color: 13501397.

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

Color convert

RGB 213 3 206 -
CMYK 0 0.99 0.03 0.16
HSL 302º 0.97% 0.42% -
HSV(B) 302º 0.99% 0.84% -
XYZ 38.61 18.67 59.96 -
YUV 88.93 194.07 216.49 -
System Red Green Blue C M Y K H S L
Decimal 213 3 206 0 0.99 0.03 0.16 302 0.97 0.42
Hex D5 3 CE 0 63 3 10 12E 61 2A
Octal 325 3 316 0 143 3 20 456 141 52
Binary 11010101 11 11001110 0 1100011 11 10000 100101110 1100001 101010

Color Harmonies of #D503CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503CE

Black with #D503CE

Text Example


Text Example

White with #D503CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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