Html Css Color HEX #D61791 Medium Violet Red

📋 copy color: '#D61791'

red 214 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #D61791

Tints of Medium Violet Red #D61791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 56.02%
G = 6.02%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61791 (or 0xD61791) is known color: Medium Violet Red. HEX triplet: D6, 17 and 91. RGB value is (214,23,145). Sum of RGB (Red+Green+Blue) = 214+23+145=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D61791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61791 is #29E86E. Grayscale: #5D5D5D. Windows color (decimal): -2746479 or 9508822. OLE color: 9508822.

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

Color convert

RGB 214 23 145 -
CMYK 0 0.89 0.32 0.16
HSL 321.68º 0.81% 0.46% -
HSV(B) 321.68º 0.89% 0.84% -
XYZ 33.15 16.95 28.31 -
YUV 94.02 156.78 213.58 -
System Red Green Blue C M Y K H S L
Decimal 214 23 145 0 0.89 0.32 0.16 321.68 0.81 0.46
Hex D6 17 91 0 59 20 10 142 51 2E
Octal 326 27 221 0 131 40 20 502 121 56
Binary 11010110 10111 10010001 0 1011001 100000 10000 101000010 1010001 101110

Color Harmonies of #D61791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61791

Black with #D61791

Text Example


Text Example

White with #D61791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61791; }

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

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

background-color css

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

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

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

border-color css

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

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

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