Html Css Color HEX #D41DAA Medium Violet Red

📋 copy color: '#D41DAA'

red 212 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #D41DAA

Tints of Medium Violet Red #D41DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 51.58%
G = 7.06%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D41DAA (or 0xD41DAA) is known color: Medium Violet Red. HEX triplet: D4, 1D and AA. RGB value is (212,29,170). Sum of RGB (Red+Green+Blue) = 212+29+170=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41DAA is #2BE255. Grayscale: #636363. Windows color (decimal): -2875990 or 11148756. OLE color: 11148756.

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

Color convert

RGB 212 29 170 -
CMYK 0 0.86 0.20 0.17
HSL 313.77º 0.76% 0.47% -
HSV(B) 313.77º 0.86% 0.83% -
XYZ 34.85 17.78 39.63 -
YUV 99.79 167.63 208.04 -
System Red Green Blue C M Y K H S L
Decimal 212 29 170 0 0.86 0.20 0.17 313.77 0.76 0.47
Hex D4 1D AA 0 56 14 11 13A 4C 2F
Octal 324 35 252 0 126 24 21 472 114 57
Binary 11010100 11101 10101010 0 1010110 10100 10001 100111010 1001100 101111

Color Harmonies of #D41DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DAA

Black with #D41DAA

Text Example


Text Example

White with #D41DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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