Html Css Color HEX #D80C7A Medium Violet Red

📋 copy color: '#D80C7A'

red 216 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #D80C7A

Tints of Medium Violet Red #D80C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 61.71%
G = 3.43%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D80C7A (or 0xD80C7A) is known color: Medium Violet Red. HEX triplet: D8, 0C and 7A. RGB value is (216,12,122). Sum of RGB (Red+Green+Blue) = 216+12+122=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C7A is #27F385. Grayscale: #555555. Windows color (decimal): -2618246 or 7998680. OLE color: 7998680.

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

Color convert

RGB 216 12 122 -
CMYK 0 0.94 0.44 0.15
HSL 327.65º 0.89% 0.45% -
HSV(B) 327.65º 0.94% 0.85% -
XYZ 31.96 16.27 19.87 -
YUV 85.54 148.59 221.06 -
System Red Green Blue C M Y K H S L
Decimal 216 12 122 0 0.94 0.44 0.15 327.65 0.89 0.45
Hex D8 C 7A 0 5E 2C F 148 59 2D
Octal 330 14 172 0 136 54 17 510 131 55
Binary 11011000 1100 1111010 0 1011110 101100 1111 101001000 1011001 101101

Color Harmonies of #D80C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C7A

Black with #D80C7A

Text Example


Text Example

White with #D80C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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