Html Css Color HEX #D42ACE Deep Magenta

📋 copy color: '#D42ACE'

red 212 ◦ green 42 ◦ blue 206

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

Shades of Deep Magenta #D42ACE

Tints of Deep Magenta #D42ACE

RGB

 RED value IS 212 (83.2% from 255) = 46.09%

 GREEN value IS 42 (16.8% from 255) = 9.13%

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

R = 46.09%
G = 9.13%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D42ACE (or 0xD42ACE) is known color: Deep Magenta. HEX triplet: D4, 2A and CE. RGB value is (212,42,206). Sum of RGB (Red+Green+Blue) = 212+42+206=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D42ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ACE is #2BD531. Grayscale: #6F6F6F. Windows color (decimal): -2872626 or 13511380. OLE color: 13511380.

HSL color Cylindrical-coordinate representation of color #D42ACE: hue angle of 302.12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42ACE is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 42 206 -
CMYK 0 0.80 0.03 0.17
HSL 302.12º 0.67% 0.5% -
HSV(B) 302.12º 0.8% 0.83% -
XYZ 39.12 20.11 60.21 -
YUV 111.53 181.32 199.66 -
System Red Green Blue C M Y K H S L
Decimal 212 42 206 0 0.80 0.03 0.17 302.12 0.67 0.5
Hex D4 2A CE 0 50 3 11 12E 43 32
Octal 324 52 316 0 120 3 21 456 103 62
Binary 11010100 101010 11001110 0 1010000 11 10001 100101110 1000011 110010

Color Harmonies of #D42ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42ACE

Black with #D42ACE

Text Example


Text Example

White with #D42ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42ACE; }

 p { color: rgb(212,42,206); }

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

background-color css

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

 a { background-color: rgb(212,42,206); }

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

border-color css

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

 span { border-color: rgb(212,42,206); }

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