Html Css Color HEX #D61796 Medium Violet Red

📋 copy color: '#D61796'

red 214 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #D61796

Tints of Medium Violet Red #D61796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 55.3%
G = 5.94%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61796 (or 0xD61796) is known color: Medium Violet Red. HEX triplet: D6, 17 and 96. RGB value is (214,23,150). Sum of RGB (Red+Green+Blue) = 214+23+150=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D61796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61796 is #29E869. Grayscale: #5E5E5E. Windows color (decimal): -2746474 or 9836502. OLE color: 9836502.

HSL color Cylindrical-coordinate representation of color #D61796: hue angle of 320.1º 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 #D61796 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 150 -
CMYK 0 0.89 0.30 0.16
HSL 320.1º 0.81% 0.46% -
HSV(B) 320.1º 0.89% 0.84% -
XYZ 33.54 17.11 30.39 -
YUV 94.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 214 23 150 0 0.89 0.30 0.16 320.1 0.81 0.46
Hex D6 17 96 0 59 1E 10 140 51 2E
Octal 326 27 226 0 131 36 20 500 121 56
Binary 11010110 10111 10010110 0 1011001 11110 10000 101000000 1010001 101110

Color Harmonies of #D61796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61796

Black with #D61796

Text Example


Text Example

White with #D61796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61796; }

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

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

background-color css

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

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

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

border-color css

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

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

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