#DF0E7E

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

Shades of Medium Violet Red #DF0E7E

Tints of Medium Violet Red #DF0E7E

Color information

#DF0E7E (or 0xDF0E7E) is unknown color: approx Medium Violet Red. HEX triplet: DF, 0E and 7E. RGB value is (223,14,126). Sum of RGB (Red+Green+Blue) = 223+14+126=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E7E is #20F181. Grayscale: #595959. Windows color (decimal): -2158978 or 8261343. OLE color: 8261343.

HSL color Cylindrical-coordinate representation of color #DF0E7E: hue angle of 327.85º degrees, saturation: 0.88, 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 #DF0E7E is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22314126-
CMYK00.940.430.13
HSL327.85º88.19%46.47%-
HSV(B)327.85º93.72%87.45%-
XYZ34.3517.5121.31-
YUV89.26148.74223.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.43%
GREEN value IS 14 (5.86% from 255) = 3.86%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=61.43%
G=3.86%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231412600.940.430.13327.8588.1946.47
HexDFE7E05E2BD148582e
Octal337161760136531551013056
Binary11011111111011111100101111010101111011010010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E7E; }

 p { color: rgb(223,14,126); }

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

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

 a { background-color: rgb(223,14,126); }

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

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

 span { border-color: rgb(223,14,126); }

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