Html Css Color HEX #D40E97 Medium Violet Red

📋 copy color: '#D40E97'

red 212 ◦ green 14 ◦ blue 151

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

Shades of Medium Violet Red #D40E97

Tints of Medium Violet Red #D40E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 56.23%
G = 3.71%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D40E97 (or 0xD40E97) is known color: Medium Violet Red. HEX triplet: D4, 0E and 97. RGB value is (212,14,151). Sum of RGB (Red+Green+Blue) = 212+14+151=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40E97 is #2BF168. Grayscale: #585858. Windows color (decimal): -2879849 or 9899732. OLE color: 9899732.

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

Color convert

RGB 212 14 151 -
CMYK 0 0.93 0.29 0.17
HSL 318.48º 0.88% 0.44% -
HSV(B) 318.48º 0.93% 0.83% -
XYZ 32.89 16.55 30.74 -
YUV 88.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 212 14 151 0 0.93 0.29 0.17 318.48 0.88 0.44
Hex D4 E 97 0 5D 1D 11 13E 58 2C
Octal 324 16 227 0 135 35 21 476 130 54
Binary 11010100 1110 10010111 0 1011101 11101 10001 100111110 1011000 101100

Color Harmonies of #D40E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E97

Black with #D40E97

Text Example


Text Example

White with #D40E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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