Html Css Color HEX #D41991 Medium Violet Red

📋 copy color: '#D41991'

red 212 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #D41991

Tints of Medium Violet Red #D41991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.54%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 55.5%
G = 6.54%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D41991 (or 0xD41991) is known color: Medium Violet Red. HEX triplet: D4, 19 and 91. RGB value is (212,25,145). Sum of RGB (Red+Green+Blue) = 212+25+145=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D41991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41991 is #2BE66E. Grayscale: #5E5E5E. Windows color (decimal): -2877039 or 9509332. OLE color: 9509332.

HSL color Cylindrical-coordinate representation of color #D41991: hue angle of 321.5º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41991 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 145 -
CMYK 0 0.88 0.32 0.17
HSL 321.5º 0.79% 0.46% -
HSV(B) 321.5º 0.88% 0.83% -
XYZ 32.61 16.74 28.3 -
YUV 94.59 156.45 211.74 -
System Red Green Blue C M Y K H S L
Decimal 212 25 145 0 0.88 0.32 0.17 321.5 0.79 0.46
Hex D4 19 91 0 58 20 11 141 4F 2E
Octal 324 31 221 0 130 40 21 501 117 56
Binary 11010100 11001 10010001 0 1011000 100000 10001 101000001 1001111 101110

Color Harmonies of #D41991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41991

Black with #D41991

Text Example


Text Example

White with #D41991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41991; }

 p { color: rgb(212,25,145); }

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

background-color css

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

 a { background-color: rgb(212,25,145); }

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

border-color css

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

 span { border-color: rgb(212,25,145); }

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