Html Css Color HEX #D00AC9 Deep Magenta

📋 copy color: '#D00AC9'

red 208 ◦ green 10 ◦ blue 201

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

Shades of Deep Magenta #D00AC9

Tints of Deep Magenta #D00AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.97%

R = 49.64%
G = 2.39%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D00AC9 (or 0xD00AC9) is known color: Deep Magenta. HEX triplet: D0, 0A and C9. RGB value is (208,10,201). Sum of RGB (Red+Green+Blue) = 208+10+201=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00AC9 is #2FF536. Grayscale: #5A5A5A. Windows color (decimal): -3142967 or 13175504. OLE color: 13175504.

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

Color convert

RGB 208 10 201 -
CMYK 0 0.95 0.03 0.18
HSL 302.12º 0.91% 0.43% -
HSV(B) 302.12º 0.95% 0.82% -
XYZ 36.66 17.84 56.77 -
YUV 90.98 190.1 211.47 -
System Red Green Blue C M Y K H S L
Decimal 208 10 201 0 0.95 0.03 0.18 302.12 0.91 0.43
Hex D0 A C9 0 5F 3 12 12E 5B 2B
Octal 320 12 311 0 137 3 22 456 133 53
Binary 11010000 1010 11001001 0 1011111 11 10010 100101110 1011011 101011

Color Harmonies of #D00AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AC9

Black with #D00AC9

Text Example


Text Example

White with #D00AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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