Html Css Color HEX #D41576 Medium Violet Red

📋 copy color: '#D41576'

red 212 ◦ green 21 ◦ blue 118

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

Shades of Medium Violet Red #D41576

Tints of Medium Violet Red #D41576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 60.4%
G = 5.98%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D41576 (or 0xD41576) is known color: Medium Violet Red. HEX triplet: D4, 15 and 76. RGB value is (212,21,118). Sum of RGB (Red+Green+Blue) = 212+21+118=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D41576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41576 is #2BEA89. Grayscale: #585858. Windows color (decimal): -2878090 or 7738836. OLE color: 7738836.

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

Color convert

RGB 212 21 118 -
CMYK 0 0.90 0.44 0.17
HSL 329.53º 0.82% 0.46% -
HSV(B) 329.53º 0.9% 0.83% -
XYZ 30.69 15.84 18.58 -
YUV 89.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 212 21 118 0 0.90 0.44 0.17 329.53 0.82 0.46
Hex D4 15 76 0 5A 2C 11 14A 52 2E
Octal 324 25 166 0 132 54 21 512 122 56
Binary 11010100 10101 1110110 0 1011010 101100 10001 101001010 1010010 101110

Color Harmonies of #D41576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41576

Black with #D41576

Text Example


Text Example

White with #D41576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41576; }

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

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

background-color css

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

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

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

border-color css

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

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

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