Html Css Color HEX #D41CD5 Deep Magenta

📋 copy color: '#D41CD5'

red 212 ◦ green 28 ◦ blue 213

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

Shades of Deep Magenta #D41CD5

Tints of Deep Magenta #D41CD5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.18%

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 46.8%
G = 6.18%
B = 47.02%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D41CD5 (or 0xD41CD5) is known color: Deep Magenta. HEX triplet: D4, 1C and D5. RGB value is (212,28,213). Sum of RGB (Red+Green+Blue) = 212+28+213=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #D41CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CD5 is #2BE32A. Grayscale: #676767. Windows color (decimal): -2876203 or 13966548. OLE color: 13966548.

HSL color Cylindrical-coordinate representation of color #D41CD5: hue angle of 299.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41CD5 is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 28 213 -
CMYK 0.00 0.87 0 0.16
HSL 299.68º 0.77% 0.47% -
HSV(B) 299.68º 0.87% 0.84% -
XYZ 39.58 19.63 64.65 -
YUV 104.11 189.46 204.96 -
System Red Green Blue C M Y K H S L
Decimal 212 28 213 0.00 0.87 0 0.16 299.68 0.77 0.47
Hex D4 1C D5 0 57 0 10 12C 4D 2F
Octal 324 34 325 0 127 0 20 454 115 57
Binary 11010100 11100 11010101 0 1010111 0 10000 100101100 1001101 101111

Color Harmonies of #D41CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CD5

Black with #D41CD5

Text Example


Text Example

White with #D41CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CD5; }

 p { color: rgb(212,28,213); }

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

background-color css

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

 a { background-color: rgb(212,28,213); }

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

border-color css

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

 span { border-color: rgb(212,28,213); }

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