Html Css Color HEX #D80985 Medium Violet Red

📋 copy color: '#D80985'

red 216 ◦ green 9 ◦ blue 133

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

Shades of Medium Violet Red #D80985

Tints of Medium Violet Red #D80985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

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

R = 60.34%
G = 2.51%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D80985 (or 0xD80985) is known color: Medium Violet Red. HEX triplet: D8, 09 and 85. RGB value is (216,9,133). Sum of RGB (Red+Green+Blue) = 216+9+133=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D80985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80985 is #27F67A. Grayscale: #545454. Windows color (decimal): -2619003 or 8718808. OLE color: 8718808.

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

Color convert

RGB 216 9 133 -
CMYK 0 0.96 0.38 0.15
HSL 324.06º 0.92% 0.44% -
HSV(B) 324.06º 0.96% 0.85% -
XYZ 32.65 16.49 23.65 -
YUV 85.03 155.08 221.42 -
System Red Green Blue C M Y K H S L
Decimal 216 9 133 0 0.96 0.38 0.15 324.06 0.92 0.44
Hex D8 9 85 0 60 26 F 144 5C 2C
Octal 330 11 205 0 140 46 17 504 134 54
Binary 11011000 1001 10000101 0 1100000 100110 1111 101000100 1011100 101100

Color Harmonies of #D80985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80985

Black with #D80985

Text Example


Text Example

White with #D80985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80985; }

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

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

background-color css

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

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

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

border-color css

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

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

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