Html Css Color HEX #D81377 Medium Violet Red

📋 copy color: '#D81377'

red 216 ◦ green 19 ◦ blue 119

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

Shades of Medium Violet Red #D81377

Tints of Medium Violet Red #D81377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 61.02%
G = 5.37%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D81377 (or 0xD81377) is known color: Medium Violet Red. HEX triplet: D8, 13 and 77. RGB value is (216,19,119). Sum of RGB (Red+Green+Blue) = 216+19+119=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D81377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81377 is #27EC88. Grayscale: #595959. Windows color (decimal): -2616457 or 7803864. OLE color: 7803864.

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

Color convert

RGB 216 19 119 -
CMYK 0 0.91 0.45 0.15
HSL 329.54º 0.84% 0.46% -
HSV(B) 329.54º 0.91% 0.85% -
XYZ 31.88 16.4 18.94 -
YUV 89.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 216 19 119 0 0.91 0.45 0.15 329.54 0.84 0.46
Hex D8 13 77 0 5B 2D F 14A 54 2E
Octal 330 23 167 0 133 55 17 512 124 56
Binary 11011000 10011 1110111 0 1011011 101101 1111 101001010 1010100 101110

Color Harmonies of #D81377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81377

Black with #D81377

Text Example


Text Example

White with #D81377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81377; }

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

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

background-color css

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

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

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

border-color css

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

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

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