Html Css Color HEX #D203AD Deep Magenta

📋 copy color: '#D203AD'

red 210 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #D203AD

Tints of Deep Magenta #D203AD

RGB

 RED value IS 210 (82.42% from 255) = 54.4%

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 54.4%
G = 0.78%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D203AD (or 0xD203AD) is known color: Deep Magenta. HEX triplet: D2, 03 and AD. RGB value is (210,3,173). Sum of RGB (Red+Green+Blue) = 210+3+173=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D203AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D203AD is #2DFC52. Grayscale: #535353. Windows color (decimal): -3013715 or 11338706. OLE color: 11338706.

HSL color Cylindrical-coordinate representation of color #D203AD: hue angle of 310.72º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203AD is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 173 -
CMYK 0 0.99 0.18 0.18
HSL 310.72º 0.97% 0.42% -
HSV(B) 310.72º 0.99% 0.82% -
XYZ 34.15 16.78 40.97 -
YUV 84.27 178.08 217.68 -
System Red Green Blue C M Y K H S L
Decimal 210 3 173 0 0.99 0.18 0.18 310.72 0.97 0.42
Hex D2 3 AD 0 63 12 12 137 61 2A
Octal 322 3 255 0 143 22 22 467 141 52
Binary 11010010 11 10101101 0 1100011 10010 10010 100110111 1100001 101010

Color Harmonies of #D203AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D203AD

Black with #D203AD

Text Example


Text Example

White with #D203AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D203AD; }

 p { color: rgb(210,3,173); }

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

background-color css

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

 a { background-color: rgb(210,3,173); }

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

border-color css

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

 span { border-color: rgb(210,3,173); }

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