Html Css Color HEX #D81379 Medium Violet Red

📋 copy color: '#D81379'

red 216 ◦ green 19 ◦ blue 121

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

Shades of Medium Violet Red #D81379

Tints of Medium Violet Red #D81379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 60.67%
G = 5.34%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D81379 (or 0xD81379) is known color: Medium Violet Red. HEX triplet: D8, 13 and 79. RGB value is (216,19,121). Sum of RGB (Red+Green+Blue) = 216+19+121=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D81379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81379 is #27EC86. Grayscale: #595959. Windows color (decimal): -2616455 or 7934936. OLE color: 7934936.

HSL color Cylindrical-coordinate representation of color #D81379: hue angle of 328.93º 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 #D81379 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 121 -
CMYK 0 0.91 0.44 0.15
HSL 328.93º 0.84% 0.46% -
HSV(B) 328.93º 0.91% 0.85% -
XYZ 32 16.45 19.58 -
YUV 89.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 216 19 121 0 0.91 0.44 0.15 328.93 0.84 0.46
Hex D8 13 79 0 5B 2C F 149 54 2E
Octal 330 23 171 0 133 54 17 511 124 56
Binary 11011000 10011 1111001 0 1011011 101100 1111 101001001 1010100 101110

Color Harmonies of #D81379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81379

Black with #D81379

Text Example


Text Example

White with #D81379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81379; }

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

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

background-color css

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

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

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

border-color css

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

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

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