Html Css Color HEX #D80C96 Medium Violet Red

📋 copy color: '#D80C96'

red 216 ◦ green 12 ◦ blue 150

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

Shades of Medium Violet Red #D80C96

Tints of Medium Violet Red #D80C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 57.14%
G = 3.17%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D80C96 (or 0xD80C96) is known color: Medium Violet Red. HEX triplet: D8, 0C and 96. RGB value is (216,12,150). Sum of RGB (Red+Green+Blue) = 216+12+150=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C96 is #27F369. Grayscale: #585858. Windows color (decimal): -2618218 or 9833688. OLE color: 9833688.

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

Color convert

RGB 216 12 150 -
CMYK 0 0.94 0.31 0.15
HSL 319.41º 0.89% 0.45% -
HSV(B) 319.41º 0.94% 0.85% -
XYZ 33.96 17.06 30.36 -
YUV 88.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 216 12 150 0 0.94 0.31 0.15 319.41 0.89 0.45
Hex D8 C 96 0 5E 1F F 13F 59 2D
Octal 330 14 226 0 136 37 17 477 131 55
Binary 11011000 1100 10010110 0 1011110 11111 1111 100111111 1011001 101101

Color Harmonies of #D80C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C96

Black with #D80C96

Text Example


Text Example

White with #D80C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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