Html Css Color HEX #D61177 Medium Violet Red

📋 copy color: '#D61177'

red 214 ◦ green 17 ◦ blue 119

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

Shades of Medium Violet Red #D61177

Tints of Medium Violet Red #D61177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 61.14%
G = 4.86%
B = 34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61177 (or 0xD61177) is known color: Medium Violet Red. HEX triplet: D6, 11 and 77. RGB value is (214,17,119). Sum of RGB (Red+Green+Blue) = 214+17+119=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61177 is #29EE88. Grayscale: #575757. Windows color (decimal): -2748041 or 7803350. OLE color: 7803350.

HSL color Cylindrical-coordinate representation of color #D61177: hue angle of 328.93º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61177 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 17 119 -
CMYK 0 0.92 0.44 0.16
HSL 328.93º 0.85% 0.45% -
HSV(B) 328.93º 0.92% 0.84% -
XYZ 31.26 16.03 18.9 -
YUV 87.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 214 17 119 0 0.92 0.44 0.16 328.93 0.85 0.45
Hex D6 11 77 0 5C 2C 10 149 55 2D
Octal 326 21 167 0 134 54 20 511 125 55
Binary 11010110 10001 1110111 0 1011100 101100 10000 101001001 1010101 101101

Color Harmonies of #D61177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61177

Black with #D61177

Text Example


Text Example

White with #D61177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61177; }

 p { color: rgb(214,17,119); }

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

background-color css

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

 a { background-color: rgb(214,17,119); }

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

border-color css

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

 span { border-color: rgb(214,17,119); }

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