Html Css Color HEX #D61776 Medium Violet Red

📋 copy color: '#D61776'

red 214 ◦ green 23 ◦ blue 118

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

Shades of Medium Violet Red #D61776

Tints of Medium Violet Red #D61776

RGB

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

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

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

R = 60.28%
G = 6.48%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61776 (or 0xD61776) is known color: Medium Violet Red. HEX triplet: D6, 17 and 76. RGB value is (214,23,118). Sum of RGB (Red+Green+Blue) = 214+23+118=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D61776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61776 is #29E889. Grayscale: #5A5A5A. Windows color (decimal): -2746506 or 7739350. OLE color: 7739350.

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

Color convert

RGB 214 23 118 -
CMYK 0 0.89 0.45 0.16
HSL 330.16º 0.81% 0.46% -
HSV(B) 330.16º 0.89% 0.84% -
XYZ 31.31 16.22 18.62 -
YUV 90.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 214 23 118 0 0.89 0.45 0.16 330.16 0.81 0.46
Hex D6 17 76 0 59 2D 10 14A 51 2E
Octal 326 27 166 0 131 55 20 512 121 56
Binary 11010110 10111 1110110 0 1011001 101101 10000 101001010 1010001 101110

Color Harmonies of #D61776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61776

Black with #D61776

Text Example


Text Example

White with #D61776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61776; }

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

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

background-color css

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

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

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

border-color css

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

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

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