Html Css Color HEX #D60686 Medium Violet Red

📋 copy color: '#D60686'

red 214 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #D60686

Tints of Medium Violet Red #D60686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

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

R = 60.45%
G = 1.69%
B = 37.85%

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

#D60686 (or 0xD60686) is known color: Medium Violet Red. HEX triplet: D6, 06 and 86. RGB value is (214,6,134). Sum of RGB (Red+Green+Blue) = 214+6+134=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D60686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60686 is #29F979. Grayscale: #525252. Windows color (decimal): -2750842 or 8783574. OLE color: 8783574.

HSL color Cylindrical-coordinate representation of color #D60686: hue angle of 323.08º degrees, saturation: 0.95, 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 #D60686 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 134 -
CMYK 0 0.97 0.37 0.16
HSL 323.08º 0.95% 0.43% -
HSV(B) 323.08º 0.97% 0.84% -
XYZ 32.1 16.15 23.98 -
YUV 82.78 156.91 221.59 -
System Red Green Blue C M Y K H S L
Decimal 214 6 134 0 0.97 0.37 0.16 323.08 0.95 0.43
Hex D6 6 86 0 61 25 10 143 5F 2B
Octal 326 6 206 0 141 45 20 503 137 53
Binary 11010110 110 10000110 0 1100001 100101 10000 101000011 1011111 101011

Color Harmonies of #D60686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60686

Black with #D60686

Text Example


Text Example

White with #D60686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60686; }

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

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

background-color css

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

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

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

border-color css

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

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

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