Html Css Color HEX #D80C9A Medium Violet Red

📋 copy color: '#D80C9A'

red 216 ◦ green 12 ◦ blue 154

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

Shades of Medium Violet Red #D80C9A

Tints of Medium Violet Red #D80C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 56.54%
G = 3.14%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D80C9A (or 0xD80C9A) is known color: Medium Violet Red. HEX triplet: D8, 0C and 9A. RGB value is (216,12,154). Sum of RGB (Red+Green+Blue) = 216+12+154=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C9A is #27F365. Grayscale: #585858. Windows color (decimal): -2618214 or 10095832. OLE color: 10095832.

HSL color Cylindrical-coordinate representation of color #D80C9A: hue angle of 318.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 #D80C9A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 154 -
CMYK 0 0.94 0.29 0.15
HSL 318.24º 0.89% 0.45% -
HSV(B) 318.24º 0.94% 0.85% -
XYZ 34.28 17.19 32.08 -
YUV 89.18 164.59 218.45 -
System Red Green Blue C M Y K H S L
Decimal 216 12 154 0 0.94 0.29 0.15 318.24 0.89 0.45
Hex D8 C 9A 0 5E 1D F 13E 59 2D
Octal 330 14 232 0 136 35 17 476 131 55
Binary 11011000 1100 10011010 0 1011110 11101 1111 100111110 1011001 101101

Color Harmonies of #D80C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C9A

Black with #D80C9A

Text Example


Text Example

White with #D80C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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