#DA1077

Color #DA1077 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DA1077

Tints of Medium Violet Red #DA1077

Color information

#DA1077 (or 0xDA1077) is unknown color: approx Medium Violet Red. HEX triplet: DA, 10 and 77. RGB value is (218,16,119). Sum of RGB (Red+Green+Blue) = 218+16+119=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1077 is #25EF88. Grayscale: #575757. Windows color (decimal): -2486153 or 7803098. OLE color: 7803098.

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

Color convert

RGB21816119-
CMYK00.930.450.15
HSL329.41º86.32%45.88%-
HSV(B)329.41º92.66%85.49%-
XYZ32.4316.6118.95-
YUV88.14145.42220.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.76%
GREEN value IS 16 (6.64% from 255) = 4.53%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=61.76%
G=4.53%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181611900.930.450.15329.4186.3245.88
HexDA107705D2DF149562e
Octal332201670135551751112656
Binary110110101000011101110101110110110111111010010011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1077; }

 p { color: rgb(218,16,119); }

 H1.HeaderClassName
 {
   color: #DA1077;
 }
 .AnyTagClassName
 {
   color: #DA1077;
 }
</style>
background-color css

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

 a { background-color: rgb(218,16,119); }

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

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

 span { border-color: rgb(218,16,119); }

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