Html Css Color HEX #D60D86 Medium Violet Red

📋 copy color: '#D60D86'

red 214 ◦ green 13 ◦ blue 134

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

Shades of Medium Violet Red #D60D86

Tints of Medium Violet Red #D60D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

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

R = 59.28%
G = 3.6%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D60D86 (or 0xD60D86) is known color: Medium Violet Red. HEX triplet: D6, 0D and 86. RGB value is (214,13,134). Sum of RGB (Red+Green+Blue) = 214+13+134=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60D86 is #29F279. Grayscale: #565656. Windows color (decimal): -2749050 or 8785366. OLE color: 8785366.

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

Color convert

RGB 214 13 134 -
CMYK 0 0.94 0.37 0.16
HSL 323.88º 0.89% 0.45% -
HSV(B) 323.88º 0.94% 0.84% -
XYZ 32.18 16.31 24.01 -
YUV 86.89 154.59 218.66 -
System Red Green Blue C M Y K H S L
Decimal 214 13 134 0 0.94 0.37 0.16 323.88 0.89 0.45
Hex D6 D 86 0 5E 25 10 144 59 2D
Octal 326 15 206 0 136 45 20 504 131 55
Binary 11010110 1101 10000110 0 1011110 100101 10000 101000100 1011001 101101

Color Harmonies of #D60D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D86

Black with #D60D86

Text Example


Text Example

White with #D60D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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