Html Css Color HEX #D61792 Medium Violet Red

📋 copy color: '#D61792'

red 214 ◦ green 23 ◦ blue 146

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

Shades of Medium Violet Red #D61792

Tints of Medium Violet Red #D61792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 55.87%
G = 6.01%
B = 38.12%

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

#D61792 (or 0xD61792) is known color: Medium Violet Red. HEX triplet: D6, 17 and 92. RGB value is (214,23,146). Sum of RGB (Red+Green+Blue) = 214+23+146=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D61792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61792 is #29E86D. Grayscale: #5D5D5D. Windows color (decimal): -2746478 or 9574358. OLE color: 9574358.

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

Color convert

RGB 214 23 146 -
CMYK 0 0.89 0.32 0.16
HSL 321.36º 0.81% 0.46% -
HSV(B) 321.36º 0.89% 0.84% -
XYZ 33.23 16.98 28.72 -
YUV 94.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 214 23 146 0 0.89 0.32 0.16 321.36 0.81 0.46
Hex D6 17 92 0 59 20 10 141 51 2E
Octal 326 27 222 0 131 40 20 501 121 56
Binary 11010110 10111 10010010 0 1011001 100000 10000 101000001 1010001 101110

Color Harmonies of #D61792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61792

Black with #D61792

Text Example


Text Example

White with #D61792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61792; }

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

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

background-color css

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

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

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

border-color css

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

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

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