Html Css Color HEX #D80785 Medium Violet Red

📋 copy color: '#D80785'

red 216 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #D80785

Tints of Medium Violet Red #D80785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 60.67%
G = 1.97%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D80785 (or 0xD80785) is known color: Medium Violet Red. HEX triplet: D8, 07 and 85. RGB value is (216,7,133). Sum of RGB (Red+Green+Blue) = 216+7+133=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D80785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80785 is #27F87A. Grayscale: #535353. Windows color (decimal): -2619515 or 8718296. OLE color: 8718296.

HSL color Cylindrical-coordinate representation of color #D80785: hue angle of 323.83º degrees, saturation: 0.94, 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 #D80785 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 133 -
CMYK 0 0.97 0.38 0.15
HSL 323.83º 0.94% 0.44% -
HSV(B) 323.83º 0.97% 0.85% -
XYZ 32.63 16.44 23.64 -
YUV 83.86 155.74 222.25 -
System Red Green Blue C M Y K H S L
Decimal 216 7 133 0 0.97 0.38 0.15 323.83 0.94 0.44
Hex D8 7 85 0 61 26 F 144 5E 2C
Octal 330 7 205 0 141 46 17 504 136 54
Binary 11011000 111 10000101 0 1100001 100110 1111 101000100 1011110 101100

Color Harmonies of #D80785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80785

Black with #D80785

Text Example


Text Example

White with #D80785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80785; }

 p { color: rgb(216,7,133); }

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

background-color css

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

 a { background-color: rgb(216,7,133); }

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

border-color css

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

 span { border-color: rgb(216,7,133); }

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