Html Css Color HEX #D41DDA Deep Magenta

📋 copy color: '#D41DDA'

red 212 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #D41DDA

Tints of Deep Magenta #D41DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.32%

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 46.19%
G = 6.32%
B = 47.49%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D41DDA (or 0xD41DDA) is known color: Deep Magenta. HEX triplet: D4, 1D and DA. RGB value is (212,29,218). Sum of RGB (Red+Green+Blue) = 212+29+218=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #D41DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DDA is #2BE225. Grayscale: #686868. Windows color (decimal): -2875942 or 14294484. OLE color: 14294484.

HSL color Cylindrical-coordinate representation of color #D41DDA: hue angle of 298.1º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41DDA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 29 218 -
CMYK 0.03 0.87 0 0.15
HSL 298.1º 0.77% 0.48% -
HSV(B) 298.1º 0.87% 0.85% -
XYZ 40.25 19.94 68.06 -
YUV 105.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 212 29 218 0.03 0.87 0 0.15 298.1 0.77 0.48
Hex D4 1D DA 3 57 0 F 12A 4D 30
Octal 324 35 332 3 127 0 17 452 115 60
Binary 11010100 11101 11011010 11 1010111 0 1111 100101010 1001101 110000

Color Harmonies of #D41DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DDA

Black with #D41DDA

Text Example


Text Example

White with #D41DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DDA; }

 p { color: rgb(212,29,218); }

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

background-color css

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

 a { background-color: rgb(212,29,218); }

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

border-color css

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

 span { border-color: rgb(212,29,218); }

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