Html Css Color HEX #D60986 Medium Violet Red

📋 copy color: '#D60986'

red 214 ◦ green 9 ◦ blue 134

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

Shades of Medium Violet Red #D60986

Tints of Medium Violet Red #D60986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

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

R = 59.94%
G = 2.52%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D60986 (or 0xD60986) is known color: Medium Violet Red. HEX triplet: D6, 09 and 86. RGB value is (214,9,134). Sum of RGB (Red+Green+Blue) = 214+9+134=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D60986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60986 is #29F679. Grayscale: #545454. Windows color (decimal): -2750074 or 8784342. OLE color: 8784342.

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

Color convert

RGB 214 9 134 -
CMYK 0 0.96 0.37 0.16
HSL 323.41º 0.92% 0.44% -
HSV(B) 323.41º 0.96% 0.84% -
XYZ 32.13 16.21 23.99 -
YUV 84.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 214 9 134 0 0.96 0.37 0.16 323.41 0.92 0.44
Hex D6 9 86 0 60 25 10 143 5C 2C
Octal 326 11 206 0 140 45 20 503 134 54
Binary 11010110 1001 10000110 0 1100000 100101 10000 101000011 1011100 101100

Color Harmonies of #D60986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60986

Black with #D60986

Text Example


Text Example

White with #D60986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60986; }

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

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

background-color css

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

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

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

border-color css

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

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

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