Html Css Color HEX #D60786 Medium Violet Red

📋 copy color: '#D60786'

red 214 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #D60786

Tints of Medium Violet Red #D60786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

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

R = 60.28%
G = 1.97%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D60786 (or 0xD60786) is known color: Medium Violet Red. HEX triplet: D6, 07 and 86. RGB value is (214,7,134). Sum of RGB (Red+Green+Blue) = 214+7+134=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D60786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60786 is #29F879. Grayscale: #535353. Windows color (decimal): -2750586 or 8783830. OLE color: 8783830.

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

Color convert

RGB 214 7 134 -
CMYK 0 0.97 0.37 0.16
HSL 323.19º 0.94% 0.43% -
HSV(B) 323.19º 0.97% 0.84% -
XYZ 32.11 16.17 23.98 -
YUV 83.37 156.58 221.17 -
System Red Green Blue C M Y K H S L
Decimal 214 7 134 0 0.97 0.37 0.16 323.19 0.94 0.43
Hex D6 7 86 0 61 25 10 143 5E 2B
Octal 326 7 206 0 141 45 20 503 136 53
Binary 11010110 111 10000110 0 1100001 100101 10000 101000011 1011110 101011

Color Harmonies of #D60786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60786

Black with #D60786

Text Example


Text Example

White with #D60786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60786; }

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

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

background-color css

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

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

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

border-color css

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

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

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