#DF0F93

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

Shades of Medium Violet Red #DF0F93

Tints of Medium Violet Red #DF0F93

Color information

#DF0F93 (or 0xDF0F93) is unknown color: approx Medium Violet Red. HEX triplet: DF, 0F and 93. RGB value is (223,15,147). Sum of RGB (Red+Green+Blue) = 223+15+147=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0F93 is #20F06C. Grayscale: #5B5B5B. Windows color (decimal): -2158701 or 9637855. OLE color: 9637855.

HSL color Cylindrical-coordinate representation of color #DF0F93: hue angle of 321.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F93 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB22315147-
CMYK00.930.340.13
HSL321.92º87.39%46.67%-
HSV(B)321.92º93.27%87.45%-
XYZ35.8718.1429.21-
YUV92.24158.91221.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.92%
GREEN value IS 15 (6.25% from 255) = 3.90%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=57.92%
G=3.90%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231514700.930.340.13321.9287.3946.67
HexDFF9305D22D142572f
Octal337172230135421550212757
Binary110111111111100100110101110110001011011010000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0F93; }

 p { color: rgb(223,15,147); }

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

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

 a { background-color: rgb(223,15,147); }

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

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

 span { border-color: rgb(223,15,147); }

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