Html Css Color HEX #D61176 Medium Violet Red

📋 copy color: '#D61176'

red 214 ◦ green 17 ◦ blue 118

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

Shades of Medium Violet Red #D61176

Tints of Medium Violet Red #D61176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 61.32%
G = 4.87%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61176 (or 0xD61176) is known color: Medium Violet Red. HEX triplet: D6, 11 and 76. RGB value is (214,17,118). Sum of RGB (Red+Green+Blue) = 214+17+118=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D61176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61176 is #29EE89. Grayscale: #575757. Windows color (decimal): -2748042 or 7737814. OLE color: 7737814.

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

Color convert

RGB 214 17 118 -
CMYK 0 0.92 0.45 0.16
HSL 329.24º 0.85% 0.45% -
HSV(B) 329.24º 0.92% 0.84% -
XYZ 31.2 16.01 18.58 -
YUV 87.42 145.27 218.29 -
System Red Green Blue C M Y K H S L
Decimal 214 17 118 0 0.92 0.45 0.16 329.24 0.85 0.45
Hex D6 11 76 0 5C 2D 10 149 55 2D
Octal 326 21 166 0 134 55 20 511 125 55
Binary 11010110 10001 1110110 0 1011100 101101 10000 101001001 1010101 101101

Color Harmonies of #D61176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61176

Black with #D61176

Text Example


Text Example

White with #D61176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61176; }

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

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

background-color css

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

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

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

border-color css

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

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

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