Html Css Color HEX #D41AC2 Deep Magenta

📋 copy color: '#D41AC2'

red 212 ◦ green 26 ◦ blue 194

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

Shades of Deep Magenta #D41AC2

Tints of Deep Magenta #D41AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.91%

R = 49.07%
G = 6.02%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D41AC2 (or 0xD41AC2) is known color: Deep Magenta. HEX triplet: D4, 1A and C2. RGB value is (212,26,194). Sum of RGB (Red+Green+Blue) = 212+26+194=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AC2 is #2BE53D. Grayscale: #646464. Windows color (decimal): -2876734 or 12720852. OLE color: 12720852.

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

Color convert

RGB 212 26 194 -
CMYK 0 0.88 0.08 0.17
HSL 305.81º 0.78% 0.47% -
HSV(B) 305.81º 0.88% 0.83% -
XYZ 37.26 18.63 52.67 -
YUV 100.77 180.62 207.34 -
System Red Green Blue C M Y K H S L
Decimal 212 26 194 0 0.88 0.08 0.17 305.81 0.78 0.47
Hex D4 1A C2 0 58 8 11 132 4E 2F
Octal 324 32 302 0 130 10 21 462 116 57
Binary 11010100 11010 11000010 0 1011000 1000 10001 100110010 1001110 101111

Color Harmonies of #D41AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41AC2

Black with #D41AC2

Text Example


Text Example

White with #D41AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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