Html Css Color HEX #D41ACC Deep Magenta

📋 copy color: '#D41ACC'

red 212 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #D41ACC

Tints of Deep Magenta #D41ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.88%

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

R = 47.96%
G = 5.88%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D41ACC (or 0xD41ACC) is known color: Deep Magenta. HEX triplet: D4, 1A and CC. RGB value is (212,26,204). Sum of RGB (Red+Green+Blue) = 212+26+204=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D41ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ACC is #2BE533. Grayscale: #656565. Windows color (decimal): -2876724 or 13376212. OLE color: 13376212.

HSL color Cylindrical-coordinate representation of color #D41ACC: hue angle of 302.58º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ACC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 26 204 -
CMYK 0 0.88 0.04 0.17
HSL 302.58º 0.78% 0.47% -
HSV(B) 302.58º 0.88% 0.83% -
XYZ 38.42 19.1 58.79 -
YUV 101.91 185.62 206.53 -
System Red Green Blue C M Y K H S L
Decimal 212 26 204 0 0.88 0.04 0.17 302.58 0.78 0.47
Hex D4 1A CC 0 58 4 11 12F 4E 2F
Octal 324 32 314 0 130 4 21 457 116 57
Binary 11010100 11010 11001100 0 1011000 100 10001 100101111 1001110 101111

Color Harmonies of #D41ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41ACC

Black with #D41ACC

Text Example


Text Example

White with #D41ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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