Html Css Color HEX #D00AC2 Deep Magenta

📋 copy color: '#D00AC2'

red 208 ◦ green 10 ◦ blue 194

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

Shades of Deep Magenta #D00AC2

Tints of Deep Magenta #D00AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 50.49%
G = 2.43%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D00AC2 (or 0xD00AC2) is known color: Deep Magenta. HEX triplet: D0, 0A and C2. RGB value is (208,10,194). Sum of RGB (Red+Green+Blue) = 208+10+194=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00AC2 is #2FF53D. Grayscale: #595959. Windows color (decimal): -3142974 or 12716752. OLE color: 12716752.

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

Color convert

RGB 208 10 194 -
CMYK 0 0.95 0.07 0.18
HSL 304.24º 0.91% 0.43% -
HSV(B) 304.24º 0.95% 0.82% -
XYZ 35.86 17.52 52.53 -
YUV 90.18 186.6 212.04 -
System Red Green Blue C M Y K H S L
Decimal 208 10 194 0 0.95 0.07 0.18 304.24 0.91 0.43
Hex D0 A C2 0 5F 7 12 130 5B 2B
Octal 320 12 302 0 137 7 22 460 133 53
Binary 11010000 1010 11000010 0 1011111 111 10010 100110000 1011011 101011

Color Harmonies of #D00AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AC2

Black with #D00AC2

Text Example


Text Example

White with #D00AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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