Html Css Color HEX #D41095 Medium Violet Red

📋 copy color: '#D41095'

red 212 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #D41095

Tints of Medium Violet Red #D41095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 56.23%
G = 4.24%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D41095 (or 0xD41095) is known color: Medium Violet Red. HEX triplet: D4, 10 and 95. RGB value is (212,16,149). Sum of RGB (Red+Green+Blue) = 212+16+149=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D41095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41095 is #2BEF6A. Grayscale: #595959. Windows color (decimal): -2879339 or 9769172. OLE color: 9769172.

HSL color Cylindrical-coordinate representation of color #D41095: hue angle of 319.29º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41095 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 149 -
CMYK 0 0.92 0.30 0.17
HSL 319.29º 0.86% 0.45% -
HSV(B) 319.29º 0.92% 0.83% -
XYZ 32.76 16.54 29.9 -
YUV 89.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 212 16 149 0 0.92 0.30 0.17 319.29 0.86 0.45
Hex D4 10 95 0 5C 1E 11 13F 56 2D
Octal 324 20 225 0 134 36 21 477 126 55
Binary 11010100 10000 10010101 0 1011100 11110 10001 100111111 1010110 101101

Color Harmonies of #D41095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41095

Black with #D41095

Text Example


Text Example

White with #D41095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41095; }

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

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

background-color css

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

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

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

border-color css

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

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

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