Html Css Color HEX #D40E9C Medium Violet Red

📋 copy color: '#D40E9C'

red 212 ◦ green 14 ◦ blue 156

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

Shades of Medium Violet Red #D40E9C

Tints of Medium Violet Red #D40E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 55.5%
G = 3.66%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D40E9C (or 0xD40E9C) is known color: Medium Violet Red. HEX triplet: D4, 0E and 9C. RGB value is (212,14,156). Sum of RGB (Red+Green+Blue) = 212+14+156=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40E9C is #2BF163. Grayscale: #595959. Windows color (decimal): -2879844 or 10227412. OLE color: 10227412.

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

Color convert

RGB 212 14 156 -
CMYK 0 0.93 0.26 0.17
HSL 316.97º 0.88% 0.44% -
HSV(B) 316.97º 0.93% 0.83% -
XYZ 33.31 16.71 32.92 -
YUV 89.39 165.6 215.45 -
System Red Green Blue C M Y K H S L
Decimal 212 14 156 0 0.93 0.26 0.17 316.97 0.88 0.44
Hex D4 E 9C 0 5D 1A 11 13D 58 2C
Octal 324 16 234 0 135 32 21 475 130 54
Binary 11010100 1110 10011100 0 1011101 11010 10001 100111101 1011000 101100

Color Harmonies of #D40E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E9C

Black with #D40E9C

Text Example


Text Example

White with #D40E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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