Html Css Color HEX #D61786 Medium Violet Red

📋 copy color: '#D61786'

red 214 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #D61786

Tints of Medium Violet Red #D61786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

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

R = 57.68%
G = 6.2%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D61786 (or 0xD61786) is known color: Medium Violet Red. HEX triplet: D6, 17 and 86. RGB value is (214,23,134). Sum of RGB (Red+Green+Blue) = 214+23+134=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D61786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61786 is #29E879. Grayscale: #5C5C5C. Windows color (decimal): -2746490 or 8787926. OLE color: 8787926.

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

Color convert

RGB 214 23 134 -
CMYK 0 0.89 0.37 0.16
HSL 325.13º 0.81% 0.46% -
HSV(B) 325.13º 0.89% 0.84% -
XYZ 32.34 16.63 24.06 -
YUV 92.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 214 23 134 0 0.89 0.37 0.16 325.13 0.81 0.46
Hex D6 17 86 0 59 25 10 145 51 2E
Octal 326 27 206 0 131 45 20 505 121 56
Binary 11010110 10111 10000110 0 1011001 100101 10000 101000101 1010001 101110

Color Harmonies of #D61786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61786

Black with #D61786

Text Example


Text Example

White with #D61786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61786; }

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

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

background-color css

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

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

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

border-color css

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

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

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