Html Css Color HEX #D000AC Deep Magenta

📋 copy color: '#D000AC'

red 208 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #D000AC

Tints of Deep Magenta #D000AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 54.74%
G = 0%
B = 45.26%

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

#D000AC (or 0xD000AC) is known color: Deep Magenta. HEX triplet: D0, 00 and AC. RGB value is (208,0,172). Sum of RGB (Red+Green+Blue) = 208+0+172=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D000AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D000AC is #2FFF53. Grayscale: #515151. Windows color (decimal): -3145556 or 11272400. OLE color: 11272400.

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

Color convert

RGB 208 0 172 -
CMYK 0 1 0.17 0.18
HSL 310.38º 1% 0.41% -
HSV(B) 310.38º 1% 0.82% -
XYZ 33.46 16.39 40.43 -
YUV 81.8 178.91 218.01 -
System Red Green Blue C M Y K H S L
Decimal 208 0 172 0 1 0.17 0.18 310.38 1 0.41
Hex D0 0 AC 0 64 11 12 136 64 29
Octal 320 0 254 0 144 21 22 466 144 51
Binary 11010000 0 10101100 0 1100100 10001 10010 100110110 1100100 101001

Color Harmonies of #D000AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000AC

Black with #D000AC

Text Example


Text Example

White with #D000AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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