Html Css Color HEX #D40E9D Medium Violet Red

📋 copy color: '#D40E9D'

red 212 ◦ green 14 ◦ blue 157

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

Shades of Medium Violet Red #D40E9D

Tints of Medium Violet Red #D40E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 55.35%
G = 3.66%
B = 40.99%

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

#D40E9D (or 0xD40E9D) is known color: Medium Violet Red. HEX triplet: D4, 0E and 9D. RGB value is (212,14,157). Sum of RGB (Red+Green+Blue) = 212+14+157=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40E9D is #2BF162. Grayscale: #595959. Windows color (decimal): -2879843 or 10292948. OLE color: 10292948.

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

Color convert

RGB 212 14 157 -
CMYK 0 0.93 0.26 0.17
HSL 316.67º 0.88% 0.44% -
HSV(B) 316.67º 0.93% 0.83% -
XYZ 33.39 16.75 33.37 -
YUV 89.5 166.1 215.37 -
System Red Green Blue C M Y K H S L
Decimal 212 14 157 0 0.93 0.26 0.17 316.67 0.88 0.44
Hex D4 E 9D 0 5D 1A 11 13D 58 2C
Octal 324 16 235 0 135 32 21 475 130 54
Binary 11010100 1110 10011101 0 1011101 11010 10001 100111101 1011000 101100

Color Harmonies of #D40E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E9D

Black with #D40E9D

Text Example


Text Example

White with #D40E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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