Html Css Color HEX #D00ACE Deep Magenta

📋 copy color: '#D00ACE'

red 208 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #D00ACE

Tints of Deep Magenta #D00ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 49.06%
G = 2.36%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D00ACE (or 0xD00ACE) is known color: Deep Magenta. HEX triplet: D0, 0A and CE. RGB value is (208,10,206). Sum of RGB (Red+Green+Blue) = 208+10+206=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ACE is #2FF531. Grayscale: #5A5A5A. Windows color (decimal): -3142962 or 13503184. OLE color: 13503184.

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

Color convert

RGB 208 10 206 -
CMYK 0 0.95 0.01 0.18
HSL 300.61º 0.91% 0.43% -
HSV(B) 300.61º 0.95% 0.82% -
XYZ 37.26 18.08 59.92 -
YUV 91.55 192.6 211.06 -
System Red Green Blue C M Y K H S L
Decimal 208 10 206 0 0.95 0.01 0.18 300.61 0.91 0.43
Hex D0 A CE 0 5F 1 12 12D 5B 2B
Octal 320 12 316 0 137 1 22 455 133 53
Binary 11010000 1010 11001110 0 1011111 1 10010 100101101 1011011 101011

Color Harmonies of #D00ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ACE

Black with #D00ACE

Text Example


Text Example

White with #D00ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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