#DF0D85

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

Shades of Medium Violet Red #DF0D85

Tints of Medium Violet Red #DF0D85

Color information

#DF0D85 (or 0xDF0D85) is unknown color: approx Medium Violet Red. HEX triplet: DF, 0D and 85. RGB value is (223,13,133). Sum of RGB (Red+Green+Blue) = 223+13+133=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D85 is #20F27A. Grayscale: #595959. Windows color (decimal): -2159227 or 8719839. OLE color: 8719839.

HSL color Cylindrical-coordinate representation of color #DF0D85: hue angle of 325.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D85 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB22313133-
CMYK00.940.400.13
HSL325.71º88.98%46.27%-
HSV(B)325.71º94.17%87.45%-
XYZ34.8117.6723.77-
YUV89.47152.57223.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.43%
GREEN value IS 13 (5.47% from 255) = 3.52%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=60.43%
G=3.52%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231313300.940.400.13325.7188.9846.27
HexDFD8505E28D146592e
Octal337152050136501550613156
Binary110111111101100001010101111010100011011010001101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0D85; }

 p { color: rgb(223,13,133); }

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

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

 a { background-color: rgb(223,13,133); }

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

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

 span { border-color: rgb(223,13,133); }

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