Html Css Color HEX #D00AAC Deep Magenta

📋 copy color: '#D00AAC'

red 208 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #D00AAC

Tints of Deep Magenta #D00AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

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

R = 53.33%
G = 2.56%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D00AAC (or 0xD00AAC) is known color: Deep Magenta. HEX triplet: D0, 0A and AC. RGB value is (208,10,172). Sum of RGB (Red+Green+Blue) = 208+10+172=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00AAC is #2FF553. Grayscale: #575757. Windows color (decimal): -3142996 or 11274960. OLE color: 11274960.

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

Color convert

RGB 208 10 172 -
CMYK 0 0.95 0.17 0.18
HSL 310.91º 0.91% 0.43% -
HSV(B) 310.91º 0.95% 0.82% -
XYZ 33.57 16.61 40.47 -
YUV 87.67 175.6 213.83 -
System Red Green Blue C M Y K H S L
Decimal 208 10 172 0 0.95 0.17 0.18 310.91 0.91 0.43
Hex D0 A AC 0 5F 11 12 137 5B 2B
Octal 320 12 254 0 137 21 22 467 133 53
Binary 11010000 1010 10101100 0 1011111 10001 10010 100110111 1011011 101011

Color Harmonies of #D00AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AAC

Black with #D00AAC

Text Example


Text Example

White with #D00AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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