Html Css Color HEX #D80C89 Medium Violet Red

📋 copy color: '#D80C89'

red 216 ◦ green 12 ◦ blue 137

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

Shades of Medium Violet Red #D80C89

Tints of Medium Violet Red #D80C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 59.18%
G = 3.29%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D80C89 (or 0xD80C89) is known color: Medium Violet Red. HEX triplet: D8, 0C and 89. RGB value is (216,12,137). Sum of RGB (Red+Green+Blue) = 216+12+137=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C89 is #27F376. Grayscale: #565656. Windows color (decimal): -2618231 or 8981720. OLE color: 8981720.

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

Color convert

RGB 216 12 137 -
CMYK 0 0.94 0.37 0.15
HSL 323.24º 0.89% 0.45% -
HSV(B) 323.24º 0.94% 0.85% -
XYZ 32.97 16.67 25.15 -
YUV 87.25 156.09 219.84 -
System Red Green Blue C M Y K H S L
Decimal 216 12 137 0 0.94 0.37 0.15 323.24 0.89 0.45
Hex D8 C 89 0 5E 25 F 143 59 2D
Octal 330 14 211 0 136 45 17 503 131 55
Binary 11011000 1100 10001001 0 1011110 100101 1111 101000011 1011001 101101

Color Harmonies of #D80C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C89

Black with #D80C89

Text Example


Text Example

White with #D80C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C89; }

 p { color: rgb(216,12,137); }

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

background-color css

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

 a { background-color: rgb(216,12,137); }

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

border-color css

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

 span { border-color: rgb(216,12,137); }

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