Html Css Color HEX #D60086 Medium Violet Red

📋 copy color: '#D60086'

red 214 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #D60086

Tints of Medium Violet Red #D60086

RGB

 RED value IS 214 (83.98% from 255) = 61.49%

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

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

R = 61.49%
G = 0%
B = 38.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D60086 (or 0xD60086) is known color: Medium Violet Red. HEX triplet: D6, 00 and 86. RGB value is (214,0,134). Sum of RGB (Red+Green+Blue) = 214+0+134=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D60086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60086 is #29FF79. Grayscale: #4E4E4E. Windows color (decimal): -2752378 or 8782038. OLE color: 8782038.

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

Color convert

RGB 214 0 134 -
CMYK 0 1 0.37 0.16
HSL 322.43º 1% 0.42% -
HSV(B) 322.43º 1% 0.84% -
XYZ 32.03 16.02 23.96 -
YUV 79.26 158.9 224.1 -
System Red Green Blue C M Y K H S L
Decimal 214 0 134 0 1 0.37 0.16 322.43 1 0.42
Hex D6 0 86 0 64 25 10 142 64 2A
Octal 326 0 206 0 144 45 20 502 144 52
Binary 11010110 0 10000110 0 1100100 100101 10000 101000010 1100100 101010

Color Harmonies of #D60086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60086

Black with #D60086

Text Example


Text Example

White with #D60086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60086; }

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

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

background-color css

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

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

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

border-color css

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

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

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