#DA0F83

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

Shades of Medium Violet Red #DA0F83

Tints of Medium Violet Red #DA0F83

Color information

#DA0F83 (or 0xDA0F83) is unknown color: approx Medium Violet Red. HEX triplet: DA, 0F and 83. RGB value is (218,15,131). Sum of RGB (Red+Green+Blue) = 218+15+131=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F83 is #25F07C. Grayscale: #585858. Windows color (decimal): -2486397 or 8589274. OLE color: 8589274.

HSL color Cylindrical-coordinate representation of color #DA0F83: hue angle of 325.71º degrees, saturation: 0.87, 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 #DA0F83 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB21815131-
CMYK00.930.400.15
HSL325.71º87.12%45.69%-
HSV(B)325.71º93.12%85.49%-
XYZ33.1816.8922.98-
YUV88.92151.75220.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.89%
GREEN value IS 15 (6.25% from 255) = 4.12%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=59.89%
G=4.12%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181513100.930.400.15325.7187.1245.69
HexDAF8305D28F146572e
Octal332172030135501750612756
Binary110110101111100000110101110110100011111010001101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0F83; }

 p { color: rgb(218,15,131); }

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

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

 a { background-color: rgb(218,15,131); }

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

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

 span { border-color: rgb(218,15,131); }

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