Html Css Color HEX #D81D79 Medium Violet Red

📋 copy color: '#D81D79'

red 216 ◦ green 29 ◦ blue 121

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

Shades of Medium Violet Red #D81D79

Tints of Medium Violet Red #D81D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

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

R = 59.02%
G = 7.92%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D81D79 (or 0xD81D79) is known color: Medium Violet Red. HEX triplet: D8, 1D and 79. RGB value is (216,29,121). Sum of RGB (Red+Green+Blue) = 216+29+121=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81D79 is #27E286. Grayscale: #5F5F5F. Windows color (decimal): -2613895 or 7937496. OLE color: 7937496.

HSL color Cylindrical-coordinate representation of color #D81D79: hue angle of 330.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D79 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 121 -
CMYK 0 0.87 0.44 0.15
HSL 330.48º 0.76% 0.48% -
HSV(B) 330.48º 0.87% 0.85% -
XYZ 32.21 16.86 19.65 -
YUV 95.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 216 29 121 0 0.87 0.44 0.15 330.48 0.76 0.48
Hex D8 1D 79 0 57 2C F 14A 4C 30
Octal 330 35 171 0 127 54 17 512 114 60
Binary 11011000 11101 1111001 0 1010111 101100 1111 101001010 1001100 110000

Color Harmonies of #D81D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D79

Black with #D81D79

Text Example


Text Example

White with #D81D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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