Html Css Color HEX #D81177 Medium Violet Red

📋 copy color: '#D81177'

red 216 ◦ green 17 ◦ blue 119

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

Shades of Medium Violet Red #D81177

Tints of Medium Violet Red #D81177

RGB

 RED value IS 216 (84.77% from 255) = 61.36%

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

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

R = 61.36%
G = 4.83%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D81177 (or 0xD81177) is known color: Medium Violet Red. HEX triplet: D8, 11 and 77. RGB value is (216,17,119). Sum of RGB (Red+Green+Blue) = 216+17+119=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D81177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81177 is #27EE88. Grayscale: #575757. Windows color (decimal): -2616969 or 7803352. OLE color: 7803352.

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

Color convert

RGB 216 17 119 -
CMYK 0 0.92 0.45 0.15
HSL 329.25º 0.85% 0.46% -
HSV(B) 329.25º 0.92% 0.85% -
XYZ 31.85 16.33 18.93 -
YUV 88.13 145.43 219.21 -
System Red Green Blue C M Y K H S L
Decimal 216 17 119 0 0.92 0.45 0.15 329.25 0.85 0.46
Hex D8 11 77 0 5C 2D F 149 55 2E
Octal 330 21 167 0 134 55 17 511 125 56
Binary 11011000 10001 1110111 0 1011100 101101 1111 101001001 1010101 101110

Color Harmonies of #D81177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81177

Black with #D81177

Text Example


Text Example

White with #D81177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81177; }

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

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

background-color css

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

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

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

border-color css

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

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

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