#DF0C7E

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

Shades of Medium Violet Red #DF0C7E

Tints of Medium Violet Red #DF0C7E

Color information

#DF0C7E (or 0xDF0C7E) is unknown color: approx Medium Violet Red. HEX triplet: DF, 0C and 7E. RGB value is (223,12,126). Sum of RGB (Red+Green+Blue) = 223+12+126=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C7E is #20F381. Grayscale: #575757. Windows color (decimal): -2159490 or 8260831. OLE color: 8260831.

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

Color convert

RGB22312126-
CMYK00.950.430.13
HSL327.58º89.79%46.08%-
HSV(B)327.58º94.62%87.45%-
XYZ34.3317.4621.3-
YUV88.08149.4224.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.77%
GREEN value IS 12 (5.08% from 255) = 3.32%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=61.77%
G=3.32%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231212600.950.430.13327.5889.7946.08
HexDFC7E05F2BD1485a2e
Octal337141760137531551013256
Binary11011111110011111100101111110101111011010010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0C7E; }

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

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

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

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

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

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

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

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