Html Css Color HEX #D110AD Deep Magenta

📋 copy color: '#D110AD'

red 209 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #D110AD

Tints of Deep Magenta #D110AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.02%

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

R = 52.51%
G = 4.02%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D110AD (or 0xD110AD) is known color: Deep Magenta. HEX triplet: D1, 10 and AD. RGB value is (209,16,173). Sum of RGB (Red+Green+Blue) = 209+16+173=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D110AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D110AD is #2EEF52. Grayscale: #5B5B5B. Windows color (decimal): -3075923 or 11342033. OLE color: 11342033.

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

Color convert

RGB 209 16 173 -
CMYK 0 0.92 0.17 0.18
HSL 311.19º 0.86% 0.44% -
HSV(B) 311.19º 0.92% 0.82% -
XYZ 34.02 16.94 41.01 -
YUV 91.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 209 16 173 0 0.92 0.17 0.18 311.19 0.86 0.44
Hex D1 10 AD 0 5C 11 12 137 56 2C
Octal 321 20 255 0 134 21 22 467 126 54
Binary 11010001 10000 10101101 0 1011100 10001 10010 100110111 1010110 101100

Color Harmonies of #D110AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D110AD

Black with #D110AD

Text Example


Text Example

White with #D110AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D110AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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