Html Css Color HEX #D50ACE Deep Magenta

📋 copy color: '#D50ACE'

red 213 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #D50ACE

Tints of Deep Magenta #D50ACE

RGB

 RED value IS 213 (83.59% from 255) = 49.65%

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

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

R = 49.65%
G = 2.33%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D50ACE (or 0xD50ACE) is known color: Deep Magenta. HEX triplet: D5, 0A and CE. RGB value is (213,10,206). Sum of RGB (Red+Green+Blue) = 213+10+206=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D50ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50ACE is #2AF531. Grayscale: #5C5C5C. Windows color (decimal): -2815282 or 13503189. OLE color: 13503189.

HSL color Cylindrical-coordinate representation of color #D50ACE: hue angle of 302.07º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50ACE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 10 206 -
CMYK 0 0.95 0.03 0.16
HSL 302.07º 0.91% 0.44% -
HSV(B) 302.07º 0.95% 0.84% -
XYZ 38.69 18.82 59.99 -
YUV 93.04 191.75 213.56 -
System Red Green Blue C M Y K H S L
Decimal 213 10 206 0 0.95 0.03 0.16 302.07 0.91 0.44
Hex D5 A CE 0 5F 3 10 12E 5B 2C
Octal 325 12 316 0 137 3 20 456 133 54
Binary 11010101 1010 11001110 0 1011111 11 10000 100101110 1011011 101100

Color Harmonies of #D50ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50ACE

Black with #D50ACE

Text Example


Text Example

White with #D50ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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