Html Css Color HEX #D41AC7 Deep Magenta

📋 copy color: '#D41AC7'

red 212 ◦ green 26 ◦ blue 199

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

Shades of Deep Magenta #D41AC7

Tints of Deep Magenta #D41AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 48.51%
G = 5.95%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D41AC7 (or 0xD41AC7) is known color: Deep Magenta. HEX triplet: D4, 1A and C7. RGB value is (212,26,199). Sum of RGB (Red+Green+Blue) = 212+26+199=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AC7 is #2BE538. Grayscale: #646464. Windows color (decimal): -2876729 or 13048532. OLE color: 13048532.

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

Color convert

RGB 212 26 199 -
CMYK 0 0.88 0.06 0.17
HSL 304.19º 0.78% 0.47% -
HSV(B) 304.19º 0.88% 0.83% -
XYZ 37.83 18.86 55.68 -
YUV 101.34 183.12 206.93 -
System Red Green Blue C M Y K H S L
Decimal 212 26 199 0 0.88 0.06 0.17 304.19 0.78 0.47
Hex D4 1A C7 0 58 6 11 130 4E 2F
Octal 324 32 307 0 130 6 21 460 116 57
Binary 11010100 11010 11000111 0 1011000 110 10001 100110000 1001110 101111

Color Harmonies of #D41AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41AC7

Black with #D41AC7

Text Example


Text Example

White with #D41AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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