Html Css Color HEX #D60486 Medium Violet Red

📋 copy color: '#D60486'

red 214 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #D60486

Tints of Medium Violet Red #D60486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 60.8%
G = 1.14%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D60486 (or 0xD60486) is known color: Medium Violet Red. HEX triplet: D6, 04 and 86. RGB value is (214,4,134). Sum of RGB (Red+Green+Blue) = 214+4+134=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D60486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60486 is #29FB79. Grayscale: #515151. Windows color (decimal): -2751354 or 8783062. OLE color: 8783062.

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

Color convert

RGB 214 4 134 -
CMYK 0 0.98 0.37 0.16
HSL 322.86º 0.96% 0.43% -
HSV(B) 322.86º 0.98% 0.84% -
XYZ 32.08 16.1 23.97 -
YUV 81.61 157.57 222.43 -
System Red Green Blue C M Y K H S L
Decimal 214 4 134 0 0.98 0.37 0.16 322.86 0.96 0.43
Hex D6 4 86 0 62 25 10 143 60 2B
Octal 326 4 206 0 142 45 20 503 140 53
Binary 11010110 100 10000110 0 1100010 100101 10000 101000011 1100000 101011

Color Harmonies of #D60486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60486

Black with #D60486

Text Example


Text Example

White with #D60486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60486; }

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

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

background-color css

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

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

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

border-color css

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

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

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