Html Css Color HEX #D81376 Medium Violet Red

📋 copy color: '#D81376'

red 216 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #D81376

Tints of Medium Violet Red #D81376

RGB

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

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

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

R = 61.19%
G = 5.38%
B = 33.43%

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

#D81376 (or 0xD81376) is known color: Medium Violet Red. HEX triplet: D8, 13 and 76. RGB value is (216,19,118). Sum of RGB (Red+Green+Blue) = 216+19+118=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D81376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81376 is #27EC89. Grayscale: #585858. Windows color (decimal): -2616458 or 7738328. OLE color: 7738328.

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

Color convert

RGB 216 19 118 -
CMYK 0 0.91 0.45 0.15
HSL 329.85º 0.84% 0.46% -
HSV(B) 329.85º 0.91% 0.85% -
XYZ 31.82 16.37 18.62 -
YUV 89.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 216 19 118 0 0.91 0.45 0.15 329.85 0.84 0.46
Hex D8 13 76 0 5B 2D F 14A 54 2E
Octal 330 23 166 0 133 55 17 512 124 56
Binary 11011000 10011 1110110 0 1011011 101101 1111 101001010 1010100 101110

Color Harmonies of #D81376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81376

Black with #D81376

Text Example


Text Example

White with #D81376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81376; }

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

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

background-color css

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

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

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

border-color css

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

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

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