Html Css Color HEX #D41DB5 Deep Magenta

📋 copy color: '#D41DB5'

red 212 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #D41DB5

Tints of Deep Magenta #D41DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.89%

R = 50.24%
G = 6.87%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D41DB5 (or 0xD41DB5) is known color: Deep Magenta. HEX triplet: D4, 1D and B5. RGB value is (212,29,181). Sum of RGB (Red+Green+Blue) = 212+29+181=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DB5 is #2BE24A. Grayscale: #646464. Windows color (decimal): -2875979 or 11869652. OLE color: 11869652.

HSL color Cylindrical-coordinate representation of color #D41DB5: hue angle of 310.16º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41DB5 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 29 181 -
CMYK 0 0.86 0.15 0.17
HSL 310.16º 0.76% 0.47% -
HSV(B) 310.16º 0.86% 0.83% -
XYZ 35.93 18.21 45.34 -
YUV 101.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 212 29 181 0 0.86 0.15 0.17 310.16 0.76 0.47
Hex D4 1D B5 0 56 F 11 136 4C 2F
Octal 324 35 265 0 126 17 21 466 114 57
Binary 11010100 11101 10110101 0 1010110 1111 10001 100110110 1001100 101111

Color Harmonies of #D41DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DB5

Black with #D41DB5

Text Example


Text Example

White with #D41DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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