Html Css Color HEX #D000AD Deep Magenta

📋 copy color: '#D000AD'

red 208 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #D000AD

Tints of Deep Magenta #D000AD

RGB

 RED value IS 208 (81.64% from 255) = 54.59%

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

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

R = 54.59%
G = 0%
B = 45.41%

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

#D000AD (or 0xD000AD) is known color: Deep Magenta. HEX triplet: D0, 00 and AD. RGB value is (208,0,173). Sum of RGB (Red+Green+Blue) = 208+0+173=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D000AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D000AD is #2FFF52. Grayscale: #515151. Windows color (decimal): -3145555 or 11337936. OLE color: 11337936.

HSL color Cylindrical-coordinate representation of color #D000AD: hue angle of 310.1º 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 #D000AD is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 173 -
CMYK 0 1 0.17 0.18
HSL 310.1º 1% 0.41% -
HSV(B) 310.1º 1% 0.82% -
XYZ 33.56 16.43 40.94 -
YUV 81.91 179.41 217.93 -
System Red Green Blue C M Y K H S L
Decimal 208 0 173 0 1 0.17 0.18 310.1 1 0.41
Hex D0 0 AD 0 64 11 12 136 64 29
Octal 320 0 255 0 144 21 22 466 144 51
Binary 11010000 0 10101101 0 1100100 10001 10010 100110110 1100100 101001

Color Harmonies of #D000AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000AD

Black with #D000AD

Text Example


Text Example

White with #D000AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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