Html Css Color HEX #D106AD Deep Magenta

📋 copy color: '#D106AD'

red 209 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #D106AD

Tints of Deep Magenta #D106AD

RGB

 RED value IS 209 (82.03% from 255) = 53.87%

 GREEN value IS 6 (2.73% from 255) = 1.55%

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

R = 53.87%
G = 1.55%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D106AD (or 0xD106AD) is known color: Deep Magenta. HEX triplet: D1, 06 and AD. RGB value is (209,6,173). Sum of RGB (Red+Green+Blue) = 209+6+173=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D106AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D106AD is #2EF952. Grayscale: #555555. Windows color (decimal): -3078483 or 11339473. OLE color: 11339473.

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

Color convert

RGB 209 6 173 -
CMYK 0 0.97 0.17 0.18
HSL 310.64º 0.94% 0.42% -
HSV(B) 310.64º 0.97% 0.82% -
XYZ 33.9 16.7 40.97 -
YUV 85.74 177.25 215.92 -
System Red Green Blue C M Y K H S L
Decimal 209 6 173 0 0.97 0.17 0.18 310.64 0.94 0.42
Hex D1 6 AD 0 61 11 12 137 5E 2A
Octal 321 6 255 0 141 21 22 467 136 52
Binary 11010001 110 10101101 0 1100001 10001 10010 100110111 1011110 101010

Color Harmonies of #D106AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D106AD

Black with #D106AD

Text Example


Text Example

White with #D106AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D106AD; }

 p { color: rgb(209,6,173); }

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

background-color css

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

 a { background-color: rgb(209,6,173); }

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

border-color css

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

 span { border-color: rgb(209,6,173); }

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