Html Css Color HEX #D40086 Medium Violet Red

📋 copy color: '#D40086'

red 212 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #D40086

Tints of Medium Violet Red #D40086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.27%
G = 0%
B = 38.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D40086 (or 0xD40086) is known color: Medium Violet Red. HEX triplet: D4, 00 and 86. RGB value is (212,0,134). Sum of RGB (Red+Green+Blue) = 212+0+134=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D40086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40086 is #2BFF79. Grayscale: #4E4E4E. Windows color (decimal): -2883450 or 8782036. OLE color: 8782036.

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

Color convert

RGB 212 0 134 -
CMYK 0 1 0.37 0.17
HSL 322.08º 1% 0.42% -
HSV(B) 322.08º 1% 0.83% -
XYZ 31.45 15.72 23.93 -
YUV 78.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 212 0 134 0 1 0.37 0.17 322.08 1 0.42
Hex D4 0 86 0 64 25 11 142 64 2A
Octal 324 0 206 0 144 45 21 502 144 52
Binary 11010100 0 10000110 0 1100100 100101 10001 101000010 1100100 101010

Color Harmonies of #D40086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40086

Black with #D40086

Text Example


Text Example

White with #D40086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40086; }

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

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

background-color css

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

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

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

border-color css

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

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

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