Html Css Color HEX #D40491 Medium Violet Red

📋 copy color: '#D40491'

red 212 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #D40491

Tints of Medium Violet Red #D40491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 58.73%
G = 1.11%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D40491 (or 0xD40491) is known color: Medium Violet Red. HEX triplet: D4, 04 and 91. RGB value is (212,4,145). Sum of RGB (Red+Green+Blue) = 212+4+145=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D40491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40491 is #2BFB6E. Grayscale: #515151. Windows color (decimal): -2882415 or 9503956. OLE color: 9503956.

HSL color Cylindrical-coordinate representation of color #D40491: hue angle of 319.33º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40491 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 4 145 -
CMYK 0 0.98 0.32 0.17
HSL 319.33º 0.96% 0.42% -
HSV(B) 319.33º 0.98% 0.83% -
XYZ 32.31 16.13 28.2 -
YUV 82.27 163.41 220.54 -
System Red Green Blue C M Y K H S L
Decimal 212 4 145 0 0.98 0.32 0.17 319.33 0.96 0.42
Hex D4 4 91 0 62 20 11 13F 60 2A
Octal 324 4 221 0 142 40 21 477 140 52
Binary 11010100 100 10010001 0 1100010 100000 10001 100111111 1100000 101010

Color Harmonies of #D40491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40491

Black with #D40491

Text Example


Text Example

White with #D40491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40491; }

 p { color: rgb(212,4,145); }

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

background-color css

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

 a { background-color: rgb(212,4,145); }

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

border-color css

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

 span { border-color: rgb(212,4,145); }

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