Html Css Color HEX #D42ACC Deep Magenta

📋 copy color: '#D42ACC'

red 212 ◦ green 42 ◦ blue 204

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

Shades of Deep Magenta #D42ACC

Tints of Deep Magenta #D42ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 46.29%
G = 9.17%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D42ACC (or 0xD42ACC) is known color: Deep Magenta. HEX triplet: D4, 2A and CC. RGB value is (212,42,204). Sum of RGB (Red+Green+Blue) = 212+42+204=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D42ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ACC is #2BD533. Grayscale: #6E6E6E. Windows color (decimal): -2872628 or 13380308. OLE color: 13380308.

HSL color Cylindrical-coordinate representation of color #D42ACC: hue angle of 302.82º 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 #D42ACC is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 42 204 -
CMYK 0 0.80 0.04 0.17
HSL 302.82º 0.67% 0.5% -
HSV(B) 302.82º 0.8% 0.83% -
XYZ 38.88 20.01 58.94 -
YUV 111.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 212 42 204 0 0.80 0.04 0.17 302.82 0.67 0.5
Hex D4 2A CC 0 50 4 11 12F 43 32
Octal 324 52 314 0 120 4 21 457 103 62
Binary 11010100 101010 11001100 0 1010000 100 10001 100101111 1000011 110010

Color Harmonies of #D42ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42ACC

Black with #D42ACC

Text Example


Text Example

White with #D42ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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