Html Css Color HEX #D41ADD Deep Magenta

📋 copy color: '#D41ADD'

red 212 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #D41ADD

Tints of Deep Magenta #D41ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 46.19%
G = 5.66%
B = 48.15%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D41ADD (or 0xD41ADD) is known color: Deep Magenta. HEX triplet: D4, 1A and DD. RGB value is (212,26,221). Sum of RGB (Red+Green+Blue) = 212+26+221=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #D41ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ADD is #2BE522. Grayscale: #676767. Windows color (decimal): -2876707 or 14490324. OLE color: 14490324.

HSL color Cylindrical-coordinate representation of color #D41ADD: hue angle of 297.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ADD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 26 221 -
CMYK 0.04 0.88 0 0.13
HSL 297.23º 0.79% 0.48% -
HSV(B) 297.23º 0.88% 0.87% -
XYZ 40.57 19.96 70.12 -
YUV 103.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 212 26 221 0.04 0.88 0 0.13 297.23 0.79 0.48
Hex D4 1A DD 4 58 0 D 129 4F 30
Octal 324 32 335 4 130 0 15 451 117 60
Binary 11010100 11010 11011101 100 1011000 0 1101 100101001 1001111 110000

Color Harmonies of #D41ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41ADD

Black with #D41ADD

Text Example


Text Example

White with #D41ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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