Html Css Color HEX #D80376 Medium Violet Red

📋 copy color: '#D80376'

red 216 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #D80376

Tints of Medium Violet Red #D80376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 64.09%
G = 0.89%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D80376 (or 0xD80376) is known color: Medium Violet Red. HEX triplet: D8, 03 and 76. RGB value is (216,3,118). Sum of RGB (Red+Green+Blue) = 216+3+118=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D80376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80376 is #27FC89. Grayscale: #4F4F4F. Windows color (decimal): -2620554 or 7734232. OLE color: 7734232.

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

Color convert

RGB 216 3 118 -
CMYK 0 0.99 0.45 0.15
HSL 327.61º 0.97% 0.43% -
HSV(B) 327.61º 0.99% 0.85% -
XYZ 31.62 15.97 18.56 -
YUV 79.8 149.57 225.15 -
System Red Green Blue C M Y K H S L
Decimal 216 3 118 0 0.99 0.45 0.15 327.61 0.97 0.43
Hex D8 3 76 0 63 2D F 148 61 2B
Octal 330 3 166 0 143 55 17 510 141 53
Binary 11011000 11 1110110 0 1100011 101101 1111 101001000 1100001 101011

Color Harmonies of #D80376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80376

Black with #D80376

Text Example


Text Example

White with #D80376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80376; }

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

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

background-color css

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

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

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

border-color css

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

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

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