Html Css Color HEX #D41DC7 Deep Magenta

📋 copy color: '#D41DC7'

red 212 ◦ green 29 ◦ blue 199

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

Shades of Deep Magenta #D41DC7

Tints of Deep Magenta #D41DC7

RGB

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

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

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

R = 48.18%
G = 6.59%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D41DC7 (or 0xD41DC7) is known color: Deep Magenta. HEX triplet: D4, 1D and C7. RGB value is (212,29,199). Sum of RGB (Red+Green+Blue) = 212+29+199=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DC7 is #2BE238. Grayscale: #666666. Windows color (decimal): -2875961 or 13049300. OLE color: 13049300.

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

Color convert

RGB 212 29 199 -
CMYK 0 0.86 0.06 0.17
HSL 304.26º 0.76% 0.47% -
HSV(B) 304.26º 0.86% 0.83% -
XYZ 37.9 19 55.7 -
YUV 103.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 212 29 199 0 0.86 0.06 0.17 304.26 0.76 0.47
Hex D4 1D C7 0 56 6 11 130 4C 2F
Octal 324 35 307 0 126 6 21 460 114 57
Binary 11010100 11101 11000111 0 1010110 110 10001 100110000 1001100 101111

Color Harmonies of #D41DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DC7

Black with #D41DC7

Text Example


Text Example

White with #D41DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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