Html Css Color HEX #D40D95 Medium Violet Red

📋 copy color: '#D40D95'

red 212 ◦ green 13 ◦ blue 149

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

Shades of Medium Violet Red #D40D95

Tints of Medium Violet Red #D40D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.48%

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 56.68%
G = 3.48%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D40D95 (or 0xD40D95) is known color: Medium Violet Red. HEX triplet: D4, 0D and 95. RGB value is (212,13,149). Sum of RGB (Red+Green+Blue) = 212+13+149=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40D95 is #2BF26A. Grayscale: #575757. Windows color (decimal): -2880107 or 9768404. OLE color: 9768404.

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

Color convert

RGB 212 13 149 -
CMYK 0 0.94 0.30 0.17
HSL 319º 0.88% 0.44% -
HSV(B) 319º 0.94% 0.83% -
XYZ 32.72 16.45 29.89 -
YUV 88.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 212 13 149 0 0.94 0.30 0.17 319 0.88 0.44
Hex D4 D 95 0 5E 1E 11 13F 58 2C
Octal 324 15 225 0 136 36 21 477 130 54
Binary 11010100 1101 10010101 0 1011110 11110 10001 100111111 1011000 101100

Color Harmonies of #D40D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D95

Black with #D40D95

Text Example


Text Example

White with #D40D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D95; }

 p { color: rgb(212,13,149); }

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

background-color css

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

 a { background-color: rgb(212,13,149); }

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

border-color css

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

 span { border-color: rgb(212,13,149); }

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