Html Css Color HEX #D80680 Medium Violet Red

📋 copy color: '#D80680'

red 216 ◦ green 6 ◦ blue 128

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

Shades of Medium Violet Red #D80680

Tints of Medium Violet Red #D80680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 61.71%
G = 1.71%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D80680 (or 0xD80680) is known color: Medium Violet Red. HEX triplet: D8, 06 and 80. RGB value is (216,6,128). Sum of RGB (Red+Green+Blue) = 216+6+128=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D80680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80680 is #27F97F. Grayscale: #525252. Windows color (decimal): -2619776 or 8390360. OLE color: 8390360.

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

Color convert

RGB 216 6 128 -
CMYK 0 0.97 0.41 0.15
HSL 325.14º 0.95% 0.44% -
HSV(B) 325.14º 0.97% 0.85% -
XYZ 32.28 16.29 21.86 -
YUV 82.7 153.57 223.08 -
System Red Green Blue C M Y K H S L
Decimal 216 6 128 0 0.97 0.41 0.15 325.14 0.95 0.44
Hex D8 6 80 0 61 29 F 145 5F 2C
Octal 330 6 200 0 141 51 17 505 137 54
Binary 11011000 110 10000000 0 1100001 101001 1111 101000101 1011111 101100

Color Harmonies of #D80680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80680

Black with #D80680

Text Example


Text Example

White with #D80680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80680; }

 p { color: rgb(216,6,128); }

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

background-color css

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

 a { background-color: rgb(216,6,128); }

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

border-color css

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

 span { border-color: rgb(216,6,128); }

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