Html Css Color HEX #D41595 Medium Violet Red

📋 copy color: '#D41595'

red 212 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #D41595

Tints of Medium Violet Red #D41595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 55.5%
G = 5.5%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D41595 (or 0xD41595) is known color: Medium Violet Red. HEX triplet: D4, 15 and 95. RGB value is (212,21,149). Sum of RGB (Red+Green+Blue) = 212+21+149=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D41595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41595 is #2BEA6A. Grayscale: #5C5C5C. Windows color (decimal): -2878059 or 9770452. OLE color: 9770452.

HSL color Cylindrical-coordinate representation of color #D41595: hue angle of 319.79º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41595 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 149 -
CMYK 0 0.90 0.30 0.17
HSL 319.79º 0.82% 0.46% -
HSV(B) 319.79º 0.9% 0.83% -
XYZ 32.84 16.7 29.93 -
YUV 92.7 159.78 213.09 -
System Red Green Blue C M Y K H S L
Decimal 212 21 149 0 0.90 0.30 0.17 319.79 0.82 0.46
Hex D4 15 95 0 5A 1E 11 140 52 2E
Octal 324 25 225 0 132 36 21 500 122 56
Binary 11010100 10101 10010101 0 1011010 11110 10001 101000000 1010010 101110

Color Harmonies of #D41595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41595

Black with #D41595

Text Example


Text Example

White with #D41595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41595; }

 p { color: rgb(212,21,149); }

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

background-color css

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

 a { background-color: rgb(212,21,149); }

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

border-color css

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

 span { border-color: rgb(212,21,149); }

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