Html Css Color HEX #D41586 Medium Violet Red

📋 copy color: '#D41586'

red 212 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #D41586

Tints of Medium Violet Red #D41586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 57.77%
G = 5.72%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D41586 (or 0xD41586) is known color: Medium Violet Red. HEX triplet: D4, 15 and 86. RGB value is (212,21,134). Sum of RGB (Red+Green+Blue) = 212+21+134=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D41586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41586 is #2BEA79. Grayscale: #5A5A5A. Windows color (decimal): -2878074 or 8787412. OLE color: 8787412.

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

Color convert

RGB 212 21 134 -
CMYK 0 0.90 0.37 0.17
HSL 324.5º 0.82% 0.46% -
HSV(B) 324.5º 0.9% 0.83% -
XYZ 31.72 16.25 24.02 -
YUV 90.99 152.28 214.31 -
System Red Green Blue C M Y K H S L
Decimal 212 21 134 0 0.90 0.37 0.17 324.5 0.82 0.46
Hex D4 15 86 0 5A 25 11 145 52 2E
Octal 324 25 206 0 132 45 21 505 122 56
Binary 11010100 10101 10000110 0 1011010 100101 10001 101000101 1010010 101110

Color Harmonies of #D41586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41586

Black with #D41586

Text Example


Text Example

White with #D41586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41586; }

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

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

background-color css

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

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

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

border-color css

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

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

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