Html Css Color HEX #D100AD Deep Magenta

📋 copy color: '#D100AD'

red 209 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #D100AD

Tints of Deep Magenta #D100AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.71%
G = 0%
B = 45.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D100AD (or 0xD100AD) is known color: Deep Magenta. HEX triplet: D1, 00 and AD. RGB value is (209,0,173). Sum of RGB (Red+Green+Blue) = 209+0+173=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D100AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D100AD is #2EFF52. Grayscale: #515151. Windows color (decimal): -3080019 or 11337937. OLE color: 11337937.

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

Color convert

RGB 209 0 173 -
CMYK 0 1 0.17 0.18
HSL 310.33º 1% 0.41% -
HSV(B) 310.33º 1% 0.82% -
XYZ 33.84 16.57 40.95 -
YUV 82.21 179.24 218.43 -
System Red Green Blue C M Y K H S L
Decimal 209 0 173 0 1 0.17 0.18 310.33 1 0.41
Hex D1 0 AD 0 64 11 12 136 64 29
Octal 321 0 255 0 144 21 22 466 144 51
Binary 11010001 0 10101101 0 1100100 10001 10010 100110110 1100100 101001

Color Harmonies of #D100AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D100AD

Black with #D100AD

Text Example


Text Example

White with #D100AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D100AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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