Html Css Color HEX #D40E86 Medium Violet Red

📋 copy color: '#D40E86'

red 212 ◦ green 14 ◦ blue 134

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

Shades of Medium Violet Red #D40E86

Tints of Medium Violet Red #D40E86

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.89%

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

R = 58.89%
G = 3.89%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D40E86 (or 0xD40E86) is known color: Medium Violet Red. HEX triplet: D4, 0E and 86. RGB value is (212,14,134). Sum of RGB (Red+Green+Blue) = 212+14+134=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40E86 is #2BF179. Grayscale: #565656. Windows color (decimal): -2879866 or 8785620. OLE color: 8785620.

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

Color convert

RGB 212 14 134 -
CMYK 0 0.93 0.37 0.17
HSL 323.64º 0.88% 0.44% -
HSV(B) 323.64º 0.93% 0.83% -
XYZ 31.61 16.03 23.98 -
YUV 86.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 212 14 134 0 0.93 0.37 0.17 323.64 0.88 0.44
Hex D4 E 86 0 5D 25 11 144 58 2C
Octal 324 16 206 0 135 45 21 504 130 54
Binary 11010100 1110 10000110 0 1011101 100101 10001 101000100 1011000 101100

Color Harmonies of #D40E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E86

Black with #D40E86

Text Example


Text Example

White with #D40E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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