Html Css Color HEX #D201AD Deep Magenta

📋 copy color: '#D201AD'

red 210 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #D201AD

Tints of Deep Magenta #D201AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 54.69%
G = 0.26%
B = 45.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D201AD (or 0xD201AD) is known color: Deep Magenta. HEX triplet: D2, 01 and AD. RGB value is (210,1,173). Sum of RGB (Red+Green+Blue) = 210+1+173=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D201AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D201AD is #2DFE52. Grayscale: #525252. Windows color (decimal): -3014227 or 11338194. OLE color: 11338194.

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

Color convert

RGB 210 1 173 -
CMYK 0 1.00 0.18 0.18
HSL 310.62º 0.99% 0.41% -
HSV(B) 310.62º 1% 0.82% -
XYZ 34.13 16.74 40.97 -
YUV 83.1 178.74 218.51 -
System Red Green Blue C M Y K H S L
Decimal 210 1 173 0 1.00 0.18 0.18 310.62 0.99 0.41
Hex D2 1 AD 0 64 12 12 137 63 29
Octal 322 1 255 0 144 22 22 467 143 51
Binary 11010010 1 10101101 0 1100100 10010 10010 100110111 1100011 101001

Color Harmonies of #D201AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201AD

Black with #D201AD

Text Example


Text Example

White with #D201AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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