Html Css Color HEX #D40486 Medium Violet Red

📋 copy color: '#D40486'

red 212 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #D40486

Tints of Medium Violet Red #D40486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 60.57%
G = 1.14%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D40486 (or 0xD40486) is known color: Medium Violet Red. HEX triplet: D4, 04 and 86. RGB value is (212,4,134). Sum of RGB (Red+Green+Blue) = 212+4+134=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D40486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40486 is #2BFB79. Grayscale: #505050. Windows color (decimal): -2882426 or 8783060. OLE color: 8783060.

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

Color convert

RGB 212 4 134 -
CMYK 0 0.98 0.37 0.17
HSL 322.5º 0.96% 0.42% -
HSV(B) 322.5º 0.98% 0.83% -
XYZ 31.5 15.81 23.94 -
YUV 81.01 157.91 221.43 -
System Red Green Blue C M Y K H S L
Decimal 212 4 134 0 0.98 0.37 0.17 322.5 0.96 0.42
Hex D4 4 86 0 62 25 11 142 60 2A
Octal 324 4 206 0 142 45 21 502 140 52
Binary 11010100 100 10000110 0 1100010 100101 10001 101000010 1100000 101010

Color Harmonies of #D40486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40486

Black with #D40486

Text Example


Text Example

White with #D40486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40486; }

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

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

background-color css

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

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

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

border-color css

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

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

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