Html Css Color HEX #D41AC9 Deep Magenta

📋 copy color: '#D41AC9'

red 212 ◦ green 26 ◦ blue 201

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

Shades of Deep Magenta #D41AC9

Tints of Deep Magenta #D41AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 48.29%
G = 5.92%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D41AC9 (or 0xD41AC9) is known color: Deep Magenta. HEX triplet: D4, 1A and C9. RGB value is (212,26,201). Sum of RGB (Red+Green+Blue) = 212+26+201=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AC9 is #2BE536. Grayscale: #656565. Windows color (decimal): -2876727 or 13179604. OLE color: 13179604.

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

Color convert

RGB 212 26 201 -
CMYK 0 0.88 0.05 0.17
HSL 303.55º 0.78% 0.47% -
HSV(B) 303.55º 0.88% 0.83% -
XYZ 38.06 18.95 56.91 -
YUV 101.56 184.12 206.77 -
System Red Green Blue C M Y K H S L
Decimal 212 26 201 0 0.88 0.05 0.17 303.55 0.78 0.47
Hex D4 1A C9 0 58 5 11 130 4E 2F
Octal 324 32 311 0 130 5 21 460 116 57
Binary 11010100 11010 11001001 0 1011000 101 10001 100110000 1001110 101111

Color Harmonies of #D41AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41AC9

Black with #D41AC9

Text Example


Text Example

White with #D41AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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